UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 294 B
import { Agenda } from "."; /** * Set the default process interval * @name Agenda#processEvery * @function * @param time - time to process, expressed in human interval */ export declare const processEvery: (this: Agenda, time: string) => Agenda; //# sourceMappingURL=process-every.d.ts.map