Skip to content

Commit

Permalink
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-bobcats-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@galaxiajs/cloudflare-kit": patch
---

fix: add missing exports
7 changes: 6 additions & 1 deletion packages/cloudflare/src/modules/cookies/exports.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export { cookies } from "./cookies";
export {
cookies,
parseCookieHeader,
parseSetCookieHeader,
isCookieDeleted,
} from "./cookies";
export type { CookieStore } from "./types";

0 comments on commit 721eb8f

Please sign in to comment.