@nx/next
Version:
5 lines (4 loc) • 301 B
TypeScript
import { GeneratorCallback, Tree } from '@nx/devkit';
import { Schema } from './schema';
export declare function applicationGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
export declare function applicationGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;