9 lines
No EOL
266 B
TypeScript
9 lines
No EOL
266 B
TypeScript
import { Job } from ".";
|
|
/**
|
|
* Schedules a job to run at specified time
|
|
* @name Job#schedule
|
|
* @function
|
|
* @param time schedule a job to run "then"
|
|
*/
|
|
export declare const schedule: (this: Job, time: string | Date) => Job;
|
|
//# sourceMappingURL=schedule.d.ts.map
|