UNPKG

@nx/node

Version:

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

6 lines (5 loc) 338 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function applicationGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function applicationGeneratorInternal(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export default applicationGenerator;