UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

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