chore: tsify sandboxed init (#23719)
This commit is contained in:
parent
9f21d09dfd
commit
236c1334e3
4 changed files with 32 additions and 19 deletions
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
|
@ -1,4 +1,5 @@
|
|||
declare var internalBinding: any;
|
||||
declare var binding: { get: (name: string) => any; process: NodeJS.Process; createPreloadScript: (src: string) => Function };
|
||||
|
||||
declare const BUILDFLAG: (flag: boolean) => boolean;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue