@atomist/automation-client
Version:
Atomist API for software low-level client
8 lines • 306 B
TypeScript
import { HandlerResult } from "../../HandlerResult";
/**
* Can throw this into the end of a handler chain to return a HandlerResult
* @param whatever
* @return {Promise<HandlerResult>}
*/
export declare function succeed(whatever: any): Promise<HandlerResult>;
//# sourceMappingURL=contextUtils.d.ts.map