UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 273 B
import { Job } from "."; /** * Internal method used to compute next time a job should run and sets the proper values * @name Job#computeNextRunAt * @function */ export declare const computeNextRunAt: (this: Job) => Job; //# sourceMappingURL=compute-next-run-at.d.ts.map