Date

Checks if the given value is a valid date

import Schema from "@rapidom/schema";

const Validator = Schema.date();

Last updated