BigInt
The bigint type — arbitrary-precision integers.
TypeDef
Option
Type
Description
Examples
id: bigint
---
~ 123n # ✓
~ 0xFFn # ✓ (255)
~ 99999999999999999999999999999n # ✓Optional, nullable & defaults
Implementation status (beta)
See Also
Last updated
Was this helpful?
