Converts the input into a number and returns NaN if the conversion fails. This handles more edge cases than just plain Number(input).
NaN
Number(input)
The converted number or NaN.
@augment-vir/common
Converts the input into a number and returns
NaN
if the conversion fails. This handles more edge cases than just plainNumber(input)
.