deno.com
interface Deno.lint.BigIntLiteral
unstable

Represents numbers that are too high or too low to be represented by the number type.

const a = 9007199254740991n;

Properties #

#type: "Literal"
#raw: string
#bigint: string
#value: bigint