UNPKG

@nx/node

Version:

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

5 lines (4 loc) 215 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function initGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>; export default initGenerator;