UNPKG

328 BTypeScriptView Raw
1declare const _global: {
2 [name: string]: any;
3};
4export { _global as global };
5export declare function getSymbolIterator(): string | symbol;
6export declare function scheduleMicroTask(fn: Function): void;
7export declare function looseIdentical(a: any, b: any): boolean;
8export declare function stringify(token: any): string;