UNPKG

date-limits

Version:

Check if a date is before a flexible limit.

4 lines (3 loc) 280 B
export declare function createUTCDate(year: number, month: number, day: number): Date; export declare function isValidDate(date: Date, year: number, month: number, day: number): boolean; export declare function standardizeDay(year: number, month: number, day: number): number;