UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

8 lines (7 loc) 189 B
export interface Options { throwExceptionOnParseError?: boolean; verbose?: boolean; dayOfWeekStartIndexZero?: boolean; use24HourTimeFormat?: boolean; locale?: string; }