UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

4 lines 295 B
import { SdmGoalEvent } from "../../../../api/goal/SdmGoalEvent"; export declare function shouldHandle(sdmGoal: SdmGoalEvent, registration?: string): boolean; export declare function shouldFulfill(sdmGoal: SdmGoalEvent, registration?: string): boolean; //# sourceMappingURL=validateGoal.d.ts.map