Files

8 lines
258 B
TypeScript

import { Observable } from '../data/observable';
export declare class NativeScriptGlobalState {
events: Observable;
launched: boolean;
}
export function installPolyfills(moduleName: string, exportNames: string[]): void;
export function initGlobal(): void;