mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
build: tsify isolated_renderer/init (#24496)
This commit is contained in:
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
declare var internalBinding: any;
|
||||
declare var nodeProcess: any;
|
||||
declare var isolatedWorld: any;
|
||||
declare var binding: { get: (name: string) => any; process: NodeJS.Process; createPreloadScript: (src: string) => Function };
|
||||
|
||||
declare const BUILDFLAG: (flag: boolean) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user