cletus/node_modules/agenda/dist/job/repeat-at.d.ts
2025-05-09 15:53:19 -05:00

9 lines
No EOL
279 B
TypeScript

import { Job } from ".";
/**
* Sets a job to repeat at a specific time
* @name Job#repeatAt
* @function
* @param time time to repeat job at (human readable or number)
*/
export declare const repeatAt: (this: Job, time: string) => Job;
//# sourceMappingURL=repeat-at.d.ts.map