Skip to content

Commit

Permalink
Add missing JsonSerializer export in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Caroselli committed Apr 29, 2024
1 parent 4be00d1 commit 3bfe334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
export {
JsonField,
JsonSerializer,
JsonFieldOptions,
JsonTraversalState,
JsonTraversalFn1,
JsonTraversalFn2,
JsonTraversalFn4,
JsonTraversalFn,
JsonSchema,
JsonSchema
} from './schema';

export {
Expand Down

0 comments on commit 3bfe334

Please sign in to comment.