UNPKG

381 BTypeScriptView Raw
1import { Project } from "../../project/Project";
2/**
3 * Remove content from README specific to this project.
4 *
5 * @param project project whose README should be cleaned
6 * @param description brief description of newly created project
7 */
8export declare function cleanReadMe(description: string, project: Project): Promise<Project>;
9//# sourceMappingURL=UniversalSeed.d.ts.map
\No newline at end of file