UNPKG

cron-js-parser

Version:

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

7 lines (6 loc) 253 B
const cycle = 'cycle'; const at = 'at'; const startAtRepeatCycleEvery = 'startAtRepeatCycleEvery'; const startCycleInRange = 'startCycleInRange'; const onWeekDay = 'on'; export { cycle, at, startAtRepeatCycleEvery, startCycleInRange, onWeekDay };