UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 231 B
import { Agenda } from "."; /** * Set name of queue * @name Agenda#name * @function * @param name name of agenda instance */ export declare const name: (this: Agenda, name: string) => Agenda; //# sourceMappingURL=name.d.ts.map