Skip to content

Commit

Permalink
fix: export statics as named exports (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 19, 2022
1 parent bc6abf0 commit 2b5e3af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Expand Up @@ -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;

0 comments on commit 2b5e3af

Please sign in to comment.