Coerces a String or Number to a BigInt.
Optional
The value to coerce
The coerced BigInt
const big = asInteger(123.45); // 123n Copy
const big = asInteger(123.45); // 123n
Coerces a String or Number to a BigInt.