UNPKG

215 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2/**
3 * Removes (deletes) a project's files from the folder tree
4 */
5export declare function removeProject(tree: Tree, project: ProjectConfiguration): void;