mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			258 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			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;
 |