UNPKG

cron-js-parser

Version:

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

4 lines (3 loc) 238 B
import QuartzCronObj from '../types'; export declare const parseHumanReadable: (cronExpr: string, cronValues: QuartzCronObj, language: string) => string; export declare const parseCronExpression: (cronValues: QuartzCronObj) => string;