@nx/next
Version:
6 lines • 390 B
TypeScript
import { type GeneratorCallback, type Tree } from '@nx/devkit';
import type { InitSchema } from './schema';
export declare function nextInitGenerator(tree: Tree, schema: InitSchema): Promise<GeneratorCallback>;
export declare function nextInitGeneratorInternal(host: Tree, schema: InitSchema): Promise<GeneratorCallback>;
export default nextInitGenerator;
//# sourceMappingURL=init.d.ts.map