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 87a4fde commit b822859Copy full SHA for b822859
base/base_footer.ts
@@ -34,13 +34,6 @@ interface NodeRequire {
34
(moduleName: 'electron/utility'): typeof Electron.Utility;
35
}
36
37
-interface File {
38
- /**
39
- * The real path to the file on the users filesystem
40
- */
41
- path: string;
42
-}
43
-
44
declare module 'original-fs' {
45
import * as fs from 'fs';
46
export = fs;
0 commit comments