UNPKG

nx-mesh

Version:
6 lines (5 loc) 319 B
import type { Tree } from '@nrwl/devkit'; import type { SetOptional } from 'type-fest'; import type { CreateMeshExampleOptions } from './types'; export declare function createCodegenFiles(tree: Tree, options: SetOptional<CreateMeshExampleOptions, 'configExtension' | 'isSdk'>): void; export default createCodegenFiles;