We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ac3c1 commit eaa057dCopy full SHA for eaa057d
src/index.ts
@@ -31,4 +31,5 @@ export {deserializeProperty} from "./functions/DeserializeProperty.js";
31
export {fromJSON} from "./functions/FromJSON.js";
32
export {getPropertyName} from "./functions/GetPropertyName.js";
33
export {onWrongType} from "./functions/OnWrongType.js";
34
+export {toJSON} from "./functions/ToJSON.js";
35
0 commit comments