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