UNPKG

@nx/node

Version:

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

5 lines (4 loc) 225 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>;