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

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 7, 2023
1 parent 7a7f9c3 commit 05bb0c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sync/deserialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export function createTsonDeserialize(opts: TsonOptions): TsonDeserializeFn {
}

export function createTsonParser(opts: TsonOptions): TsonParseFn {
const deserializer = createTsonDeserialize(opts);

const typeByKey: Record<string, AnyTsonTransformerSerializeDeserialize> = {};

for (const handler of opts.types) {
Expand Down

0 comments on commit 05bb0c7

Please sign in to comment.