AMAUI Cookie
Cookie
MIT license
Production ready
UMD 6.6kb gzipped
100% test cov
Browser
Very simple code
Modern code
Junior friendly
Typescript
Made with :yellow_heart:
Getting started
Add
// yarn
yarn add @amaui/cookie
// npm
npm install @amaui/cookie
Use
import AmauiCookie from '@amaui/cookie';
const amauiCookie = new AmauiCookie();
amauiCookie.add('a', 4);
amauiCookie.has('a');
amauiCookie.get('a');
amauiCookie.remove('a');
amauiCookie.get('a');
Dev
Install
yarn
Test
yarn test
Prod
Build
yarn build
Docs
Might be soon...