diff --git a/src/index.ts b/src/index.ts index dcbc954..5103c66 100644 --- a/src/index.ts +++ b/src/index.ts @@ -126,3 +126,8 @@ export const deserialize = SuperJSON.deserialize; export const stringify = SuperJSON.stringify; export const parse = SuperJSON.parse; + +export const registerClass = SuperJSON.registerClass; +export const registerCustom = SuperJSON.registerCustom; +export const registerSymbol = SuperJSON.registerSymbol; +export const allowErrorProps = SuperJSON.allowErrorProps;