@nats-io/kv

v3.0.0-6
kv library - this library implements all the base functionality for NATS KV javascript clients

doc

npm run build && node_modules/.bin/typedoc --out ../docs/kv && touch ../docs/kv/.nojekyll

build

npm run build-cjs

clean

shx rm -Rf ./build ./lib

prepack

npm run build

build-cjs

npm run pre-process && tsc

real-clean

npm run clean && shx rm -Rf ./node_modules

pre-process

npm run clean && deno run -A ../bin/cjs-fix-imports.ts -o ./build/src ./src
npm i @nats-io/[email protected]

Metadata

Downloads