@nx/nest
Version:
6 lines • 400 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } from '../utils';
export type ClassGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
export declare function classGenerator(tree: Tree, rawOptions: ClassGeneratorOptions): Promise<any>;
export default classGenerator;
//# sourceMappingURL=class.d.ts.map