Asset-Borrowing-Website / node_modules / lru-cache / dist / cjs / index-cjs.d.ts
index-cjs.d.ts
Raw
import LRUCache from './index.js';
declare const _default: typeof LRUCache & {
    default: typeof LRUCache;
    LRUCache: typeof LRUCache;
};
export = _default;
//# sourceMappingURL=index-cjs.d.ts.map