UNPKG

116 BTypeScriptView Raw
1/**
2 * Only allow date strings before a specific date
3 */
4export declare function IsBefore(date: string): Function;