Files
NativeScript/nativescript-core/globals/index.d.ts
Nathan Walker 0ae8dba962 chore: cleanup
2020-07-11 11:06:36 -07:00

3 lines
119 B
TypeScript

export function installPolyfills(moduleName: string, exportNames: string[]): void;
export function initGlobal(): void;