Type alias JSONBigInt

JSONBigInt: number | string

Defines the JSON encoding of a bigint value, which may be represented as a Number if it's small enough, or otherwise stringified using any format accepted by the BigInt constructor.

JSON-encoded bigints are not unambiguously distinguished form strings, and thus must generally be embedded inside of another type (such as a PODValue) which gives type hints or context.

Generated using TypeDoc