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.

4 lines 234 B
import { Tree } from 'nx/src/generators/tree'; export declare function getImportPath(tree: Tree, projectDirectory: string): string; export declare function getNpmScope(tree: Tree): string; //# sourceMappingURL=get-import-path.d.ts.map