chore: cleanup

This commit is contained in:
Nathan Walker
2025-07-23 11:54:26 -07:00
parent b79801af5f
commit 17ac48f36b
19 changed files with 76 additions and 92 deletions

View File

@@ -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;