Augment a validator to cast an input
The validated type
The validator to convert
if (guards(isNumber)(input)) { // input is treated as a number in this block } Copy
if (guards(isNumber)(input)) { // input is treated as a number in this block }
Augment a validator to cast an input