@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
10 lines • 412 B
TypeScript
import { HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
/**
* Find the author name from the given screen name, which
* comes in as a mapped parameter
* @param {HandlerContext} ctx
* @param {string} screenName
* @return {Promise<string>}
*/
export declare function findAuthorName(ctx: HandlerContext, screenName: string): Promise<string>;
//# sourceMappingURL=findAuthorName.d.ts.map