Skip to main content
Module

x/weakcache/rollup.config.js

A cache using LRU and weak references to cache data in a way that works in harmony with garbage collection
Latest
File
export default [ { input: "index.js", output: [ { file: "dist/index.cjs", format: "cjs" } ] }];