UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 192 B
import { Job } from "."; /** * Prevents the job type from running * @name Job#disable * @function */ export declare const disable: (this: Job) => Job; //# sourceMappingURL=disable.d.ts.map