UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 280 B
import { Job, JobAttributes } from "."; /** * Given a job, turn it into an object we can store in Mongo * @name Job#toJSON * @function * @returns json object from Job */ export declare const toJson: (this: Job) => Partial<JobAttributes>; //# sourceMappingURL=to-json.d.ts.map