Functions
stringifiedBigInt
stringifiedBigInt(
putativeBigInt
):StringifiedBigInt
This helper combines asserting that a string will parse as a BigInt
with coercing it to the
StringifiedBigInt type. It's best used with untrusted input.
Parameters
Parameter | Type |
---|---|
putativeBigInt | string |