0.0.1 • Published 1 year ago

app-cookie v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

app-cookie

A small library for setting/getting/removing cookies.

npm version

Installation

npm install app-cookie
yarn add app-cookie

Usage

var cookie = require('app-cookie');

cookie.set('foo', 'bar');
console.log(cooke.get('foo'));

cookie.remove('foo');
console.log(cooke.get('foo'));

Easy 😜

License

MIT

0.0.1

1 year ago