Skip to content

Commit eaa057d

Browse files
committed
feat: export toJSON function in index.ts
1 parent 81ac3c1 commit eaa057d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ export {deserializeProperty} from "./functions/DeserializeProperty.js";
3131
export {fromJSON} from "./functions/FromJSON.js";
3232
export {getPropertyName} from "./functions/GetPropertyName.js";
3333
export {onWrongType} from "./functions/OnWrongType.js";
34+
export {toJSON} from "./functions/ToJSON.js";
3435

0 commit comments

Comments
 (0)