UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

6 lines (5 loc) 173 B
import { Tree } from '@nx/devkit'; /** * Read the npm scope that a workspace should use by default */ export declare function getNpmScope(tree: Tree): string | undefined;