esnext-cookie
TypeScript icon, indicating that this package has built-in type declarations

0.0.2Β β€’Β PublicΒ β€’Β Published

cover npm version npm downloads bundle License

πŸͺ esnext-cookie

πŸ”¨πŸͺπŸ“¦ ESM build cookie with bundled types.

Usage

Install:

#nyxi
nyxi esnext-cookie

# pnpm
pnpm add esnext-cookie

# npm
npm i esnext-cookie

# yarn
yarn add esnext-cookie

Import:

// ESM
import { parse, serialize } from 'esnext-cookie'

// CommonJS
const { parse, serialize } = require('esnext-cookie')

πŸ“œ License

MIT - Made with πŸ’ž

Readme

Keywords

none

Package Sidebar

Install

npm i esnext-cookie

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

21.6 kB

Total Files

7

Last publish

Collaborators

  • dennisollhoff