UNPKG

@angular/core

Version:

Angular - the core framework

9 lines (8 loc) 328 B
declare const _global: { [name: string]: any; }; export { _global as global }; export declare function getSymbolIterator(): string | symbol; export declare function scheduleMicroTask(fn: Function): void; export declare function looseIdentical(a: any, b: any): boolean; export declare function stringify(token: any): string;