Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent d268227 commit 18c0a92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ const tson = createTson({
],
});

const myObj = {
foo: "bar",
set: new Set([1, 2, 3]),
} as const;

const str = tson.stringify(
{
foo: "bar",
Expand Down

0 comments on commit 18c0a92

Please sign in to comment.