This commit is contained in:
dlguswo333 2024-11-09 05:21:00 +09:00 коммит произвёл GitHub
Родитель 87a4fde5f9
Коммит b822859458
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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;