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