UNPKG

258 BTypeScriptView Raw
1import { Observable } from '../data/observable';
2export declare class NativeScriptGlobalState {
3 events: Observable;
4 launched: boolean;
5}
6export function installPolyfills(moduleName: string, exportNames: string[]): void;
7export function initGlobal(): void;