@nx/plugin
Version:
6 lines • 430 B
TypeScript
import { type GeneratorCallback, type Tree } from '@nx/devkit';
import type { PresetGeneratorSchema } from './schema';
export declare function presetGenerator(tree: Tree, rawOptions: PresetGeneratorSchema): Promise<GeneratorCallback>;
export declare function presetGeneratorInternal(tree: Tree, rawOptions: PresetGeneratorSchema): Promise<GeneratorCallback>;
export default presetGenerator;
//# sourceMappingURL=generator.d.ts.map