typescript-cookie

v0.0.1
A simple, lightweight API for handling cookies in the browser
browser client-side cookie cookies esm module typescript

test

jest --ci

test:e2e

jest --config '{"testMatch":["**/?(*.)e2e.js"]}' test/browser.e2e.js

coverage

jest --coverage

lint

standard && ts-standard

format

prettier -l --write --single-quote --no-semi '**/*.{html,js,json,md,mjs,ts,yml}' && standard --fix && ts-standard --fix

prebuild

npm run clean

build

rollup -c && tsc --emitDeclarationOnly --declarationDir dist

clean

rm -rf dist/* built/* coverage/*

release

release-it

Metadata

  • MIT
  • >=14
  • Klaus Hartl
  • released 9/8/2021

Downloads

Maintainers