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