Optional
allowOptional
bigGenerates a bigint
value if the string represents
a valid integer too large for the number
type.
Optional
romanAttempt to parse Roman numerals if Arabic numeral parsing fails.
Optional
roundRound the result to this many decimal places. Defaults to 3; must be greater than or equal to zero.
Allow and ignore trailing invalid characters à la
parseFloat
.