You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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