Boolean

Checks if the given value is a boolean

import Schema from "@rapidom/schema";

const Validator = Schema.boolean();

Last updated