Skip to content

Commit

Permalink
Export SuperJSONResult type (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored Oct 24, 2023
1 parent e7e0f30 commit 3956df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class SuperJSON {
);
}

export { SuperJSON };
export { SuperJSON, SuperJSONResult };

export const serialize = SuperJSON.serialize;
export const deserialize = SuperJSON.deserialize;
Expand Down

0 comments on commit 3956df6

Please sign in to comment.