This reverts commit 01a2e23194
.
This commit is contained in:
parent
b023b33c05
commit
d27ad0d182
7 changed files with 114 additions and 133 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue