1.0.10 • Published 5 months ago

@jimmymos/dom-cookies-helper v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

@jimmymos/dom-cookies-helper

Allow to set, get and erase cookie easily with Javascript

import { getCookie, setCookie, eraseCookie } from "@jimmymos/dom-cookies-helper"

Get cookie

getCookie('cookieName');

Set cookie

setCookie('cookieName', 'cookieValue');
// Expiration can be set by adding a 3rd parameter:
// {
//    "expireMode": "day || hour",
//    "expire"    : int
// }

Erase cookie

eraseCookie('cookieName');
1.0.10

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago