@nx/workspace
Version:
6 lines (5 loc) • 378 B
TypeScript
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;