@nx/nest
Version:
6 lines • 361 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;
//# sourceMappingURL=decorator.d.ts.map