UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

7 lines (6 loc) 268 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 TypeScriptImports: AutofixRegistration;