UNPKG

nx-mesh

Version:
5 lines (4 loc) 290 B
import type { Tree } from '@nrwl/devkit'; import type { CreateMeshExampleOptions } from './types'; export declare function addDependencies(host: Tree, options: Pick<CreateMeshExampleOptions, 'example' | 'codegen'>): import("@nrwl/devkit").GeneratorCallback; export default addDependencies;