All Projects → unjs → cookie-es

unjs / cookie-es

Licence: MIT license
ESM build of cookie with bundled types.

Programming Languages

typescript
32286 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].