UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

10 lines (9 loc) 476 B
import { Project } from "@atomist/automation-client"; import { AutofixRegistration, CodeTransformRegistration } from "@atomist/sdm"; /** * Update the TypeScript support files in a project. They are not * added if they do not already exist. */ export declare function updateSupportFilesInProject(p: Project): Promise<Project>; export declare const UpdateSupportFilesAutofix: AutofixRegistration; export declare const UpdateSupportFilesTransform: CodeTransformRegistration;