@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
7 lines • 314 B
TypeScript
import { PushTest } from "../../../api/mapping/PushTest";
/**
* Is this SDM enabled on the current project.
* Checks the .atomist/config.json at key sdm.enabled to see if the current SDM is listed.
*/
export declare function isSdmEnabled(name: string): PushTest;
//# sourceMappingURL=configurationTests.d.ts.map