UNPKG

314 BTypeScriptView Raw
1import type { Tree } from '@nrwl/devkit';
2import type { NormalizedSchema } from '../schema';
3/**
4 * Updates the workspace.json file by renaming the project
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function updateImplicitDependencies(tree: Tree, schema: NormalizedSchema): void;