mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
declare module 'vscode-gulp-watch' {
|
|
export default function watch(...args: any[]): any;
|
|
}
|