You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schematypes.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -682,7 +682,6 @@ The values `null` and `undefined` are not cast.
682
682
The following inputs will result will all result in a [CastError](validation.html#cast-errors) once validated, meaning that it will not throw on initialization, only when validated:
683
683
684
684
* strings that do not represent a numeric string, a NaN or a null-ish value
685
-
* numbers in non-decimal or exponential format
686
685
* objects that don't have a `valueOf()` function
687
686
* an input that represents a value outside the bounds of a IEEE 754-2008 floating point
0 commit comments