mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
This reverts commit 01a2e23194.
This commit is contained in:
3
typings/internal-ambient.d.ts
vendored
3
typings/internal-ambient.d.ts
vendored
@@ -76,8 +76,7 @@ declare namespace NodeJS {
|
||||
readdir(path: string): string[] | false;
|
||||
realpath(path: string): string | false;
|
||||
copyFileOut(path: string): string | false;
|
||||
read(offset: number, size: number): Promise<ArrayBuffer>;
|
||||
readSync(offset: number, size: number): ArrayBuffer;
|
||||
getFd(): number | -1;
|
||||
}
|
||||
|
||||
interface AsarBinding {
|
||||
|
||||
Reference in New Issue
Block a user