UNPKG

265 BTypeScriptView Raw
1import { Schema } from '../schema';
2import { Tree } from '@nrwl/devkit';
3/**
4 * Deletes the project from the workspace file
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function removeProjectConfig(tree: Tree, schema: Schema): void;