@thi.ng/cache

v1.0.42
In-memory cache implementations with ES6 Map-like API and different eviction strategies
cache data structure ES6 LRU Map MRU TLRU TTL typescript and 1 more...

doc

typedoc --mode modules --out doc src

pub

yarn build:release && yarn publish --access public

test

mocha test

build

yarn clean && yarn build:es6 && node ../../scripts/bundle-module

clean

rimraf *.js *.d.ts .nyc_output build coverage doc lib

cover

nyc mocha test && nyc report --reporter=lcov

doc:ae

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

build:es6

tsc --declaration

build:test

rimraf build && tsc -p test/tsconfig.json

doc:readme

ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts

build:check

tsc --isolatedModules --noEmit

build:release

yarn clean && yarn build:es6 && node ../../scripts/bundle-module all
npm i @thi.ng/[email protected]

Metadata

Downloads

Maintainers