JsBigInt extension

BigInt interop

on

Methods

toJs() Object

Available on BigInt, provided by the JsBigInt extension

Convert to JavaScript BigInt.

Static Methods

isJsBigInt(Object o) bool

Available on BigInt, provided by the JsBigInt extension

Returns true when the argument is a JavaScript BigInt value.
toBigInt(Object jsBigInt) BigInt

Available on BigInt, provided by the JsBigInt extension

Create from JavaScript BigInt.