UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

9 lines (8 loc) 228 B
/** * Zips "from" and "to". * * @category Internal */ export declare const zipRangeNames: <ItemSecond>( iterableSecond: Readonly<Iterable<ItemSecond>>, ) => Readonly<IterableIterator<readonly ["from" | "to", ItemSecond]>>;