import validator from "../index.js";
export type IsDateOptions = validator.IsDateOptions;
export default validator.isDate;
