cletus/node_modules/agenda/dist/job/compute-next-run-at.d.ts
2025-05-09 15:53:19 -05:00

8 lines
No EOL
273 B
TypeScript

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