UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

4 lines (3 loc) 292 B
import { SoftwareDeliveryMachine, SoftwareDeliveryMachineConfiguration } from "@atomist/sdm"; export declare function addTeamPolicies(sdm: SoftwareDeliveryMachine<SoftwareDeliveryMachineConfiguration>): void; export declare function titleEndsWithPeriod(message: string | undefined): boolean;