UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

6 lines (5 loc) 373 B
import type { Tree } from '@nx/devkit'; import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } from '../utils'; export type GatewayGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption; export declare function gatewayGenerator(tree: Tree, rawOptions: GatewayGeneratorOptions): Promise<any>; export default gatewayGenerator;