chore: tsify sandboxed init (#23719)

This commit is contained in:
Samuel Attard 2020-05-30 02:56:54 -07:00 committed by GitHub
parent 9f21d09dfd
commit 236c1334e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 19 deletions

View file

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