mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
7
packages/core/globals/index.d.ts
vendored
7
packages/core/globals/index.d.ts
vendored
@@ -1,7 +0,0 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user