@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
4 lines • 388 B
TypeScript
import { RepoContext } from "../../../api/context/SdmContext";
import { SdmGoalEvent } from "../../../api/goal/SdmGoalEvent";
export declare function resolvePlaceholder(value: string, goal: SdmGoalEvent, ctx: Pick<RepoContext, "configuration" | "context" | "skill">, parameters: Record<string, any>, raiseError?: boolean): Promise<string>;
//# sourceMappingURL=resolvePlaceholder.d.ts.map