UNPKG

363 BTypeScriptView Raw
1import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm";
2/**
3 * Return a command handler that can describe the present software delivery machine
4 * @param {SoftwareDeliveryMachine} sdm
5 * @return {HandleCommand<EmptyParameters>}
6 */
7export declare function selfDescribeCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;