Skip to content

Commit

Permalink
Add enableLongNumeralSupport to the type-def
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Aug 31, 2023
1 parent b892c69 commit 5b562a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ interface ClientOptions {
};
disablePrototypePoisoningProtection?: boolean | 'proto' | 'constructor';
memoryCircuitBreaker?: MemoryCircuitBreakerOptions;
enableLongNumeralSupport?: boolean;
}

declare class Client {
Expand Down

0 comments on commit 5b562a9

Please sign in to comment.