Skip to content

Commit

Permalink
Merge pull request #376 from salesforce/wjh/restore-export-parse
Browse files Browse the repository at this point in the history
restore `parse` export that was accidentally removed
  • Loading branch information
colincasey committed Mar 1, 2024
2 parents 5885b1c + 907c9af commit 43207fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cookie/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export { permutePath } from './permutePath'

import { Cookie } from './cookie'

export const parse = Cookie.parse
export const fromJSON = Cookie.fromJSON

0 comments on commit 43207fd

Please sign in to comment.