UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

9 lines (8 loc) 254 B
import type { RANGE_EXPRESSION_SEPARATOR_TOKEN } from "./tokens.js"; /** * Type to represent the "range expression separator" token (`"-"`). * * @category Token */ export type RangeExpressionSeparatorToken = typeof RANGE_EXPRESSION_SEPARATOR_TOKEN;