UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

11 lines (10 loc) 311 B
import type { RangeString } from "./RangeString.js"; /** * Predicate checking if given value is a cron string range * ({@link RangeString}). * * @category Predicate * @see {@link RangeString} * @see {@link rangeStringMatch} */ export declare const isRangeString: (value: string) => value is RangeString;