UNPKG

332 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Moves a project to the given destination path
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function moveProject(tree: Tree, schema: NormalizedSchema, project: ProjectConfiguration): void;