Sha256: 7ac0b0fdaa5d04ba32ce9c08c3206eac485ea67083f5010e2196918a174778f7
Contents?: true
Size: 246 Bytes
Versions: 49
Compression:
Stored size: 246 Bytes
Contents
export declare class FastMap { private values; delete(key: string): boolean; set(key: string, value: any): FastMap; get(key: string): any; forEach(cb: (value: any, key: any) => void, thisArg?: any): void; clear(): void; }
Version data entries
49 entries across 49 versions & 4 rubygems