UNPKG

ha-job-scheduler

Version:

Highly available cron job scheduler using Redis

7 lines (6 loc) 213 B
import { Rule, Deferred } from './types'; export declare function defer<A>(): Deferred<A>; /** * Get the previous invocation date based on the rule */ export declare const getPreviousDate: (rule: Rule) => Date;