UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 176 B
import { Job } from "."; /** * Internal method (RUN) * @name Job#run * @function */ export declare const run: (this: Job) => Promise<Job>; //# sourceMappingURL=run.d.ts.map