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