Skip to content

Commit

Permalink
fix: add missing datetime exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jotatoledo committed May 4, 2023
1 parent b14c97e commit b9dee3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/serialize-query-params/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export { withDefault } from './withDefault';
export {
encodeDate,
decodeDate,
encodeDateTime,
decodeDateTime,
encodeBoolean,
decodeBoolean,
encodeNumber,
Expand Down

0 comments on commit b9dee3c

Please sign in to comment.