UNPKG

@nx/node

Version:

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

5 lines 272 B
import { Tree } from '@nx/devkit'; import { Schema } from '../schema'; import { NormalizedSchema } from './normalized-schema'; export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>; //# sourceMappingURL=normalize-options.d.ts.map