UNPKG
iicookie
Version:
latest (1.0.2)
1.0.2
1.0.1
fork from MDN and realize it in nodejs
github.com/Bylx666/cookiejs
Bylx666/cookiejs
iicookie
/
readme.md
10 lines
(8 loc)
•
194 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# cookiejs
`
const
Cookie
=
require
(
'iicookie'
)` Create a resolver of a
string
of cookies.
## Usages
```js
const
docCookies
=
new
Cookie
(document.cookie) ``` See [cookie.js](cookie.js)