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 434 B
import { type Tree } from '@nx/devkit'; export declare function isProjectIncludedInPackageManagerWorkspaces(tree: Tree, projectRoot: string): boolean; export declare function getPackageManagerWorkspacesPatterns(tree: Tree): string[]; export declare function isUsingPackageManagerWorkspaces(tree: Tree): boolean; export declare function isWorkspacesEnabled(tree: Tree): boolean; //# sourceMappingURL=package-manager-workspaces.d.ts.map