PseudoBigInt

sealed external interface PseudoBigInt(source)

Represents a bigint literal value without requiring bigint support

Properties

Link copied to clipboard
abstract var base10Value: String
Link copied to clipboard
abstract var negative: Boolean