UNPKG

@nx/express

Version:

The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.

6 lines 389 B
import type { GeneratorCallback, Tree } from '@nx/devkit'; import type { 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; //# sourceMappingURL=application.d.ts.map