fix: remove File.path (#281)
This commit is contained in:
Родитель
87a4fde5f9
Коммит
b822859458
|
@ -34,13 +34,6 @@ interface NodeRequire {
|
|||
(moduleName: 'electron/utility'): typeof Electron.Utility;
|
||||
}
|
||||
|
||||
interface File {
|
||||
/**
|
||||
* The real path to the file on the users filesystem
|
||||
*/
|
||||
path: string;
|
||||
}
|
||||
|
||||
declare module 'original-fs' {
|
||||
import * as fs from 'fs';
|
||||
export = fs;
|
||||
|
|
Загрузка…
Ссылка в новой задаче