8 lines
No EOL
273 B
TypeScript
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
|