UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

13 lines (12 loc) 169 B
/** * Field names in order. * * @category Internal */ export declare const fieldNamesTuple: readonly [ "minute", "hour", "dayOfMonth", "month", "dayOfWeek", ];