UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

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