UNPKG

@nestjs-mod/schematics

Version:

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

4 lines (3 loc) 227 B
import type { Tree } from '@nx/devkit'; import type { NestSchematic, NormalizedOptions } from './types'; export declare function runNestSchematic(tree: Tree, schematic: NestSchematic, options: NormalizedOptions): Promise<any>;