mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +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';
|
||||
export declare class NativeScriptGlobalState {
|
||||
events: Observable<any>;
|
||||
events: Observable;
|
||||
launched: boolean;
|
||||
}
|
||||
export function installPolyfills(moduleName: string, exportNames: string[]): void;
|
||||
|
Reference in New Issue
Block a user