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

Commit

Permalink
chore: Update README.md to reflect array order significance (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner authored Oct 22, 2023
1 parent d969451 commit fc356de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ type Obj = typeof obj;

## 🧩 Extend with a custom serializer

> [!IMPORTANT]
> When defining custom serializers, the array order matters! If a value passes the test for more than one custom serializer, the first wins.
### ⌚️ [Temporal](https://www.npmjs.com/package/@js-temporal/polyfill)

> See test reference in [`./src/extend/temporal.test.ts`](./src/extend/temporal.test.ts)
Expand Down

0 comments on commit fc356de

Please sign in to comment.