UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

9 lines (8 loc) 217 B
import { zip } from "@lou.codes/iterables"; import { FROM_NAME, TO_NAME } from "./rangeFieldNames.js"; /** * Zips "from" and "to". * * @category Internal */ export const zipRangeNames = zip([FROM_NAME, TO_NAME]);