UNPKG

@atomist/automation-client

Version:
9 lines 381 B
import { Project } from "../../project/Project"; /** * Remove content from README specific to this project. * * @param project project whose README should be cleaned * @param description brief description of newly created project */ export declare function cleanReadMe(description: string, project: Project): Promise<Project>; //# sourceMappingURL=UniversalSeed.d.ts.map