1.0.1 • Published 1 year ago

chiaki-cookie v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

chiaki-cookie

A simple cookie parser for Chiaki.

import chiaki from 'chiaki'
import cookie from 'chiaki-cookie'


chaiki('https://example.com')
	.then(cookie)
	.then(({ foo }) => console.log('Cookie foo:', foo))

Installation

npm i chiaki-cookie
1.0.1

1 year ago

1.0.0

1 year ago