js-cookie-remove-all

1.0.3 • Public • Published

js-cookie-remove-all

Build Status npm

This is a lib that patches js-cookie to add a useful removeAll function that removes all the cookies accessible from the page.

Just drop into package.json

npm install --save js-cookie-remove-all

and require it:

var Cookies = require('js-cookie-remove-all');
 
// ...
 
Cookies.removeAll(attributes);

Readme

Keywords

Package Sidebar

Install

npm i js-cookie-remove-all

Weekly Downloads

49

Version

1.0.3

License

MIT

Unpacked Size

4.58 kB

Total Files

6

Last publish

Collaborators

  • luanpotter