UNPKG

nx-mesh

Version:
6 lines (5 loc) 397 B
import type { Tree } from '@nrwl/devkit'; import type { AppGeneratorSchema } from './schema'; export declare function applicationGenerator(tree: Tree, options: AppGeneratorSchema): Promise<import("@nrwl/devkit").GeneratorCallback>; export declare const applicationSchematic: (generatorOptions: AppGeneratorSchema) => (tree: any, context: any) => Promise<any>; export default applicationGenerator;