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.

4 lines 275 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>; //# sourceMappingURL=run-nest-schematic.d.ts.map