UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

9 lines (8 loc) 314 B
export default class RangeValidator { static secondRange(parse: string): void; static minuteRange(parse: string): void; static hourRange(parse: string): void; static dayOfMonthRange(parse: string): void; static monthRange(parse: string): void; static dayOfWeekRange(parse: string): void; }