8 lines
No EOL
192 B
TypeScript
8 lines
No EOL
192 B
TypeScript
import { Job } from ".";
|
|
/**
|
|
* Prevents the job type from running
|
|
* @name Job#disable
|
|
* @function
|
|
*/
|
|
export declare const disable: (this: Job) => Job;
|
|
//# sourceMappingURL=disable.d.ts.map
|