$ cnpm install cookie-es
ESM build of cookie with bundled types.
Install:
# npm
npm i cookie-es
# yarn
yarn add cookie-es
Import:
// ESM
import { parse, serialize } from 'cookie-es'
// CommonJS
const { parse, serialize } = require('cookie-es')
Copyright 2013 - present © cnpmjs.org | Home |