UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

5 lines 152 B
export declare class Cache<K, V> extends Map<K, V> { maxRecords: number; constructor(maxRecords?: number); } //# sourceMappingURL=cache.d.ts.map