js_cookie_lib
v1.0.1
Published
faster to setup NPM package
Readme
npm install js_cookie_libimport { CookieSet, CookieGet } from 'js_cookie_lib'CookieGet('cookie name')
CookieSet({
name: '',
value: '',
expire: {
m, h, d, M
},
path: '',
})m: minutes h: hours d: day M: month
