UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 266 B
import { Job } from "."; /** * Schedules a job to run at specified time * @name Job#schedule * @function * @param time schedule a job to run "then" */ export declare const schedule: (this: Job, time: string | Date) => Job; //# sourceMappingURL=schedule.d.ts.map