Rxova
Skip to content

DateWarningCode

type DateWarningCode =
| "value-unparseable"
| "value-out-of-range"
| "min-unparseable"
| "max-unparseable"
| "min-after-max"
| "locale-invalid";

Stable machine code for a coerced or rejected input. Safe to switch on.