string
Coerces the input to a string using
String().
string: (error?: StringConvertible) => StringBuilder;
Related
Schema.build.coerce static
Validation builder methods that coerce the input value to the target type.
Coerces the input to a string using
String().
string: (error?: StringConvertible) => StringBuilder;