UNPKG

@lou.codes/cron

Version:

⏲️ Cron Quartz and Cron UNIX expression parser

7 lines (6 loc) 154 B
/** * Predicate to check if the given value is `"*"`. * * @category Predicate */ export declare const isAllToken: (actual: unknown) => actual is "*";