@thi.ng/cache

v2.3.10
In-memory cache implementations with ES6 Map-like API and different eviction strategies
acceleration cache datastructure lru map mru tlru ttl typescript and 1 more...

build

yarn build:esbuild && yarn build:decl

build:decl

tsc --declaration --emitDeclarationOnly

build:esbuild

esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts

clean

bun ../../tools/src/clean-package.ts

doc

typedoc --excludePrivate --excludeInternal --out doc src/index.ts

doc:ae

mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose

doc:readme

bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts

pub

yarn npm publish --access public

test

bun test

tool:tangle

../../node_modules/.bin/tangle src/**/*.ts
npm i @thi.ng/cache

Metadata

Downloads

Maintainers