Skip to content

Commit

Permalink
changeset (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jul 17, 2023
1 parent 9dff22b commit 631f21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ export default class SuperJSON {
);
}

export { SuperJSON };

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

Expand Down

0 comments on commit 631f21c

Please sign in to comment.