@nx/nest
Version:
6 lines (5 loc) • 322 B
TypeScript
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;