UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 248 B
import { Job } from "."; /** * Saves a job into the MongoDB * @name Job# * @function * @returns instance of Job resolved after job is saved or errors */ export declare const save: (this: Job) => Promise<Job>; //# sourceMappingURL=save.d.ts.map