DenoDeno.lint.BigIntLiteralinterface Deno.lint.BigIntLiteralunstableRepresents numbers that are too high or too low to be represented by the number type. const a = 9007199254740991n; Properties ##type: "Literal" #range: Range #raw: string #bigint: string #value: bigint
interface Deno.lint.BigIntLiteralunstableRepresents numbers that are too high or too low to be represented by the number type. const a = 9007199254740991n; Properties ##type: "Literal" #range: Range #raw: string #bigint: string #value: bigint