From f9608806835b034808804b817274305ffb2d715a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Sep 2023 17:19:04 +0000 Subject: [PATCH] Add `enableLongNumeralSupport` to the type-def (#598) Signed-off-by: Miki (cherry picked from commit ac39d688d7023bca21d89c2562412fce8d50ddac) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 2adf63aa3..324bbf6ed 100644 --- a/index.d.ts +++ b/index.d.ts @@ -138,6 +138,7 @@ interface ClientOptions { }; disablePrototypePoisoningProtection?: boolean | 'proto' | 'constructor'; memoryCircuitBreaker?: MemoryCircuitBreakerOptions; + enableLongNumeralSupport?: boolean; } declare class Client {