UNPKG

@thi.ng/cache

Version:

In-memory cache implementations with ES6 Map-like API and different eviction strategies

5 lines 140 B
export * from "./api.js"; export * from "./lru.js"; export * from "./mru.js"; export * from "./tlru.js"; //# sourceMappingURL=index.d.ts.map