From 88e8788499684a59cc4a9b59dee19095aea3724a Mon Sep 17 00:00:00 2001 From: vibhanshu pandey Date: Tue, 1 Oct 2024 19:05:03 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=92=ACupdated=20literals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b0ba0a..25174da 100644 --- a/README.md +++ b/README.md @@ -732,7 +732,7 @@ If your input isn't typed, (if it's a `any` or a `unknown`), you are free to use ### Literals -Literals are primitive JavaScript values, like `numbers`, `strings`, `booleans`, `bigints`, `symbols`, `null`, `undefined`, or `NaN`. +Literals are primitive JavaScript values, like `numbers`, `strings`, `booleans`, `bigints`, `symbols`, `null`, `undefined`, `Infinity`, `-Infinity` or `NaN`. ```ts import { match } from 'ts-pattern';