UNPKG

114 BTypeScriptView Raw
1/**
2 * Only allow date strings after a specific date
3 */
4export declare function IsAfter(date: string): Function;