bigIntValue
function bigIntValue(n): Value;Defined in: packages/engine/src/vm/Value.ts:430
Create a BigInt-typed Value (arbitrary-precision integer).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
n | bigint |
function bigIntValue(n): Value;Defined in: packages/engine/src/vm/Value.ts:430
Create a BigInt-typed Value (arbitrary-precision integer).
| Parameter | Type |
|---|---|
n | bigint |