UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

10 lines (9 loc) 254 B
export interface Options { throwExceptionOnParseError?: boolean; verbose?: boolean; dayOfWeekStartIndexZero?: boolean; monthStartIndexZero?: boolean; use24HourTimeFormat?: boolean; locale?: string | null; tzOffset?: number; }