UNPKG

@yobta/validator

Version:
5 lines 358 B
import type { YobtaMaybe } from '../_types/YobtaMaybe.js'; import type { YobtaSyncRule } from '../rule/rule.js'; export declare const maxDateMessage: (limit: Date) => string; export declare const maxDate: <D extends Date | undefined>(limit: Date, message?: (limit: Date) => string) => YobtaSyncRule<D, YobtaMaybe<D, D>>; //# sourceMappingURL=maxDate.d.ts.map