mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix(core): global index typing fix for unit testing framework (#8915)
This commit is contained in:
2
packages/core/globals/index.d.ts
vendored
2
packages/core/globals/index.d.ts
vendored
@ -1,6 +1,6 @@
|
|||||||
import { Observable } from '../data/observable';
|
import { Observable } from '../data/observable';
|
||||||
export declare class NativeScriptGlobalState {
|
export declare class NativeScriptGlobalState {
|
||||||
events: Observable<any>;
|
events: Observable;
|
||||||
launched: boolean;
|
launched: boolean;
|
||||||
}
|
}
|
||||||
export function installPolyfills(moduleName: string, exportNames: string[]): void;
|
export function installPolyfills(moduleName: string, exportNames: string[]): void;
|
||||||
|
Reference in New Issue
Block a user