index-cjs.d.ts 201 B

1234567
  1. import LRUCache from './index.js';
  2. declare const _default: typeof LRUCache & {
  3. default: typeof LRUCache;
  4. LRUCache: typeof LRUCache;
  5. };
  6. export = _default;
  7. //# sourceMappingURL=index-cjs.d.ts.map