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.

6 lines (5 loc) 395 B
import type { GeneratorCallback, Tree } from '@nx/devkit'; import type { LibraryGeneratorOptions } from './schema'; export declare function libraryGenerator(tree: Tree, rawOptions: LibraryGeneratorOptions): Promise<GeneratorCallback>; export declare function libraryGeneratorInternal(tree: Tree, rawOptions: LibraryGeneratorOptions): Promise<GeneratorCallback>; export default libraryGenerator;