UNPKG

cron-js-parser

Version:

Cron expression parser to human readable format from Expression as well as Individual values

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