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 361 B
import type { Tree } from '@nx/devkit'; import type { NestGeneratorWithLanguageOption } from '../utils'; export type DecoratorGeneratorOptions = NestGeneratorWithLanguageOption; export declare function decoratorGenerator(tree: Tree, rawOptions: DecoratorGeneratorOptions): Promise<any>; export default decoratorGenerator; //# sourceMappingURL=decorator.d.ts.map