API Reference / @evolu/common / BigInt / decrementBigInt
Function: decrementBigInt()
function decrementBigInt(n): bigint;
Defined in: packages/common/src/BigInt.ts:7
Decrements a bigint by 1.
Parameters
Parameter | Type |
---|---|
n | bigint |
Returns
bigint
API Reference / @evolu/common / BigInt / decrementBigInt
function decrementBigInt(n): bigint;
Defined in: packages/common/src/BigInt.ts:7
Decrements a bigint by 1.
Parameter | Type |
---|---|
n | bigint |
bigint