MAX_SAFE_INTEGER top-level property

BigInt get MAX_SAFE_INTEGER

Implementation

BigInt get MAX_SAFE_INTEGER => BigInt.from(Number.MAX_SAFE_INTEGER);