JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6117360
  • Score
    100M100P100Q205089F
  • License MIT

Package Exports

  • cookie-es

Readme

cookie-es

bundle size

ESM build of cookie with bundled types.

Usage

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')

License

MIT