UNPKG

lru-cache

Version:

A cache object that deletes the least-recently-used items.

7 lines 201 B
import LRUCache from './index.js'; declare const _default: typeof LRUCache & { default: typeof LRUCache; LRUCache: typeof LRUCache; }; export = _default; //# sourceMappingURL=index-cjs.d.ts.map