Project

General

Profile

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