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 301b45d commit 33f2ad9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ A hackable JSON serializer/deserializer that allows you to serialize/deserialize

import {
createTupleson,
// Serialize BigInt
// Serialize `bigint`
tsonBigint,
// Serialize Map
// Serialize `Map`s
tsonMap,
// **throws** when encountering Infinity or NaN
tsonNumberGuard,
// Serialize regular expression
tsonRegExp,
// Serialize sets
// Serialize `Set`s
tsonSet,
// Serialize URLs
// Serialize `URL`s
tsonURL,
// Serialize undefined
// Serialize `undefined`
tsonUndefined,
// **throws** when encountering non-registered complex objects (like class instances)
tsonUnknownObjectGuard,
Expand Down

0 comments on commit 33f2ad9

Please sign in to comment.