Skip to content

Commit

Permalink
Add enableLongNumeralSupport to the type-def (#598) (#599)
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
(cherry picked from commit ac39d68)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f9a2fe1 commit f28bf88
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 f28bf88

Please sign in to comment.