UNPKG

@yobta/validator

Version:
4 lines 234 B
import type { YobtaSyncRule } from '../rule/rule.js'; export declare const dateMessage = "It should be a date"; export declare const date: <I>(message?: string) => YobtaSyncRule<I, Date | undefined>; //# sourceMappingURL=date.d.ts.map