UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

6 lines 257 B
import { ProjectConfiguration, Tree } from '@nx/devkit'; /** * Removes (deletes) a project's files from the folder tree */ export declare function removeProject(tree: Tree, project: ProjectConfiguration): void; //# sourceMappingURL=remove-project.d.ts.map