UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

7 lines (6 loc) 289 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { NormalizedSchema } from './normalized-schema'; export declare function addProjectDependencies(tree: Tree, options: NormalizedSchema): { installTask: GeneratorCallback; frameworkDependencies: Record<string, string>; };