Conversion
stringify
Produces a human-readable string from any unknown value.toArray
Converts a value to an array.toBoolean
Converts a value to a boolean.toError
Coerces an unknown thrown value into a proper Error instance.toFinite
Converts a value to a finite number.toInteger
Converts a value to an integer by calling toNumber and truncating.toNumber
Converts a value to a number.toString
Converts a value to a string.