UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

9 lines (8 loc) 250 B
import type { LIST_EXPRESSION_SEPARATOR_TOKEN } from "./tokens.js"; /** * Type to represent the "list expression separator" token (`","`). * * @category Token */ export type ListExpressionSeparatorToken = typeof LIST_EXPRESSION_SEPARATOR_TOKEN;