std/cache/deno.json
denobot 05b6d7eedd
chore: release 2024.09.16 (#5985)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-16 12:07:40 +09:00

11 lines
196 B
JSON

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