mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
declare module '@vscode/gulp-electron' {
|
|
export default function electron(options: any): NodeJS.ReadWriteStream;
|
|
}
|