String
Checks if the given value is a string
import Schema from "@rapidom/schema";
const Validator = Schema.string();
Last updated
Was this helpful?
Checks if the given value is a string
import Schema from "@rapidom/schema";
const Validator = Schema.string();
Last updated
Was this helpful?