UNPKG

@nx/node

Version:

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

4 lines 263 B
import { Tree } from '@nx/devkit'; import { NormalizedSchema } from './normalized-schema'; export declare function addProject(tree: Tree, options: NormalizedSchema, frameworkDependencies: Record<string, string>): void; //# sourceMappingURL=create-project.d.ts.map