UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

8 lines (7 loc) 196 B
import type { Range } from "@lou.codes/types"; /** * Type that represents values from `1` to `12` for the month cron field. * * @category Cron Object */ export type MonthValue = Range<1, 12>;