UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

11 lines (10 loc) 253 B
export declare class MapPolyfill { size: number; private _values; private _keys; get(key: any): any; set(key: any, value: any): this; delete(key: any): boolean; clear(): void; forEach(cb: Function, thisArg: any): void; }