We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2a808 commit 27b28b1Copy full SHA for 27b28b1
base/base_footer.ts
@@ -16,6 +16,16 @@ declare module 'electron/renderer' {
16
17
interface NodeRequireFunction {
18
(moduleName: 'electron'): typeof Electron;
19
+ (moduleName: 'electron/main'): typeof Electron.Main;
20
+ (moduleName: 'electron/common'): typeof Electron.Common;
21
+ (moduleName: 'electron/renderer'): typeof Electron.Renderer;
22
+}
23
+
24
+interface NodeRequire {
25
+ (moduleName: 'electron'): typeof Electron;
26
27
28
29
}
30
31
interface File {
0 commit comments