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 e2eProjectGenerator(host: Tree, options: Schema): Promise<GeneratorCallback>; export declare function e2eProjectGeneratorInternal(host: Tree, _options: Schema): Promise<GeneratorCallback>; export default e2eProjectGenerator;