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.

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