Skip to content

Commit

Permalink
Code reorganization and unit testing expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Caroselli committed Apr 14, 2024
1 parent 221b23f commit 7ccba40
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 358 deletions.
9 changes: 6 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
export {
Jsonthis,
JsonthisOptions,
Json,
JsonField,
JsonFieldOptions,
JsonFieldFunction,
JsonFieldFunction
} from './schema';

export {
Jsonthis,
JsonthisOptions,
CircularReferenceError
} from './jsonthis';
Loading

0 comments on commit 7ccba40

Please sign in to comment.