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.

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;