std/cache/deno.json
denobot 2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00

11 lines
196 B
JSON

{
"name": "@std/cache",
"version": "0.1.1",
"exports": {
".": "./mod.ts",
"./lru-cache": "./lru_cache.ts",
"./memoize": "./memoize.ts",
"./ttl-cache": "./ttl_cache.ts"
}
}