UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 177 B
import { Job } from "."; /** * Allows job type to run * @name Job#enable * @function */ export declare const enable: (this: Job) => Job; //# sourceMappingURL=enable.d.ts.map