UNPKG

@nestjs-mod/schematics

Version:

The Nx Plugin for NestJS that contains executors and generators for allowing your workspace to create NestJS-mod applications

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