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.

9 lines 399 B
import type { Tree } from '@nx/devkit'; import type { NestGeneratorWithLanguageOption } from '../utils'; export type ModuleGeneratorOptions = NestGeneratorWithLanguageOption & { module?: string; skipImport?: boolean; }; export declare function moduleGenerator(tree: Tree, rawOptions: ModuleGeneratorOptions): Promise<any>; export default moduleGenerator; //# sourceMappingURL=module.d.ts.map