mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +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;
|
|
}
|