UNPKG

@atomist/sdm-pack-node

Version:

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

7 lines 314 B
import { AutofixRegistration } from "@atomist/sdm"; /** * Sort and format TypeScipt imports in a standard way. * @type {{name: string; pushTest: PredicatePushTest; transform: (p) => Promise<Project>}} */ export declare const TypeScriptImportsAutofix: AutofixRegistration; //# sourceMappingURL=tsImports.d.ts.map