UNPKG

289 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Update the README.md file of the project if it exists.
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function updateReadme(tree: Tree, schema: NormalizedSchema): void;