提交 bf7384dd 编写于 作者: B Benjamin Pasero

more changes to electron.d.ts

上级 e7e73129
......@@ -7921,11 +7921,9 @@ declare module 'electron' {
export = electron;
}
// ### BEGIN VSCODE CHANGE ###
// interface NodeRequireFunction {
// (moduleName: 'electron'): Electron.AllElectron;
// }
// ### END VSCODE CHANGE ###
interface NodeRequireFunction {
(moduleName: 'electron'): Electron.AllElectron;
}
interface File {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册