UNPKG

nx-mesh

Version:
5 lines (4 loc) 229 B
import type { Tree } from '@nrwl/devkit'; import type { CreateMeshExampleOptions } from './types'; export declare function createSharedFiles(tree: Tree, options: CreateMeshExampleOptions): void; export default createSharedFiles;