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

chore: Update README.md to reflect array order significance #79

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading