Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent 0834fa3 commit 5c28dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ function mapOrReturn(
export const createTupleson = (opts: TsonOptions) => ({
deserialize: tsonDeserializer(opts),
parse: tsonParser(opts),
serializer: tsonSerializer(opts),
serialize: tsonSerializer(opts),
stringify: tsonStringifier(opts),
});

0 comments on commit 5c28dc3

Please sign in to comment.