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