Coerces a String, Number, or BigInt to a Number.
Optional
The value to coerce
The coerced Number
const num = asNumber(123n); // 123 Copy
const num = asNumber(123n); // 123
Coerces a String, Number, or BigInt to a Number.