UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

7 lines 256 B
export = JobStateChecker; declare function JobStateChecker(message: any, oclifExit: any): void; declare class JobStateChecker { constructor(message: any, oclifExit: any); check: (jobId: any) => any; } //# sourceMappingURL=job-state-checker.d.ts.map