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