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