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