UNPKG

@atomist/sdm-pack-node

Version:

Extension pack for an Atomist SDM to work with Node.js projects

6 lines 441 B
import { NoParameters } from "@atomist/automation-client"; import { AutofixRegistration, CodeTransform, PushTest } from "@atomist/sdm"; export declare const AddThirdPartyLicenseAutofix: AutofixRegistration<NoParameters>; export declare function addThirdPartyLicense(pushTest: PushTest): AutofixRegistration; export declare function addThirdPartyLicenseTransform(): CodeTransform<NoParameters>; //# sourceMappingURL=thirdPartyLicense.d.ts.map