UNPKG

127 BTypeScriptView Raw
1import type { Tree } from '@nrwl/devkit';
2export declare function getProjectRootPath(tree: Tree, projectName: string): string;