UNPKG

nx-mesh

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