@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
8 lines • 405 B
TypeScript
import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm";
/**
* Return a command handler that can describe the present software delivery machine
* @param {SoftwareDeliveryMachine} sdm
* @return {HandleCommand<EmptyParameters>}
*/
export declare function selfDescribeCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;
//# sourceMappingURL=SelfDescribe.d.ts.map