UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

5 lines 228 B
import { SdmGoalEvent } from "../../api/goal/SdmGoalEvent"; export declare function preconditionsAreMet(goal: SdmGoalEvent, info: { goalsForCommit: SdmGoalEvent[]; }): boolean; //# sourceMappingURL=goalPreconditions.d.ts.map