/ student-intifada / node_modules / cookie-es /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/a year ago -  
[   ]LICENSEa year ago1.1K 
[TXT]README.mda year ago1.0K595aea1 more query options + view options [كارل مبارك]
[   ]package.jsona year ago1.1Kafd0ccc remove unused [كارل مبارك]
README.md

cookie-es

npm version npm downloads bundle size

ESM build of cookie with bundled types.

Usage

Install:

# ✨ Auto-detect
npx nypm install cookie-es

# npm
npm install cookie-es

# yarn
yarn add cookie-es

# pnpm
pnpm install cookie-es

# bun
bun install cookie-es

Import:

ESM (Node.js, Bun)

import { parse, serialize } from "cookie-es";

CommonJS (Legacy Node.js)

const { parse, serialize } = require("cookie-es");

CDN (Deno, Bun and Browsers)

import { parse, serialize } from "https://esm.sh/cookie-es";

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80