UNPKG

nx-mesh

Version:
5 lines (4 loc) 265 B
import type { Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare const nodeGenerator: (tree: Tree, options: NormalizedOptions) => Promise<import("@nrwl/devkit").GeneratorCallback>; export default nodeGenerator;