1.0.0 • Published 1 year ago

chiaki-cookie-parser v1.0.0

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

chiaki-cookie-parser

A simple cookie parser for Chiaki.

Installation

npm i chiaki-cookie-parser

Usage

import chiaki from "chiaki"
import cookie from "chiaki-cookie-parser"

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