UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

10 lines (9 loc) 297 B
import type { ListString } from "./ListString.js"; /** * Predicate checking if given value is a {@link ListString}. * * @category Predicate * @see {@link ListString} * @see {@link LIST_EXPRESSION_SEPARATOR_TOKEN} */ export declare const isListString: (value: string) => value is ListString;