UNPKG

sequelize-typescript

Version:
5 lines (4 loc) 116 B
/** * Only allow date strings before a specific date */ export declare function IsBefore(date: string): Function;