Skip to content

🍪 Cookie Serializer and Deserializer

License

Notifications You must be signed in to change notification settings

rishi-raj-jain/cookie-es

 
 

Repository files navigation

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

About

🍪 Cookie Serializer and Deserializer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%