koo
v1.5.0
Published
Client-side cookies reader & writer
Readme
koo
Client-side cookies reader & writer
Install
npm install --save kooAPI
koo.get([name])
Get cookies
koo.get(); // {hello: 'world'}
koo.get('hello'); // 'world'koo.set(name, value[, options])
Set cookie with options object:
expirespathdomainsamesitesecure
koo.remove(name[, options])
Remove cookie
License
MIT
