UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 206 B
import { Job } from "."; /** * Remove the job from MongoDB * @name Job#remove * @function */ export declare const remove: (this: Job) => Promise<number | undefined>; //# sourceMappingURL=remove.d.ts.map