UNPKG

agenda

Version:

Light weight job scheduler for Node.js

7 lines 225 B
import { Job } from "."; /** * Sets priority of the job * @param priority priority of when job should be queued */ export declare const priority: (this: Job, priority: string) => Job; //# sourceMappingURL=priority.d.ts.map