Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2024
1 parent 4d0c3a6 commit 885deb6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# cookie-es
# 🍪 cookie-es

<!-- automd:badges bundlejs -->

Expand All @@ -9,7 +9,15 @@

<!-- /automd -->

ESM build of [cookie](https://www.npmjs.com/package/cookie) with bundled types.
Cookie utils:

- 🍪 [`Cookie`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cookie) parser and serializer based on [cookie](https://github.com/jshttp/cookiee).
- 🍪 [`Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) parser based on [set-cookie-parser](https://github.com/nfriedly/set-cookie-parser).

With:

- 📦 Dual ESM/CJS exports
- 🎁 Bundled types

## Usage

Expand Down

0 comments on commit 885deb6

Please sign in to comment.