0.0.1 • Published 2 years ago

cook-cookie v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

easy-cookie

init

import cook_easy from 'easy-cookie'

write cookie

cook_easy.set('userName', '123', 30)

read cookie

cook_easy.get("userName")
delete remove
cook_easy.remove("userName")