UNPKG

nx-mesh

Version:
5 lines (4 loc) 215 B
import type { Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare function setDefaults(host: Tree, options: NormalizedOptions): void; export default setDefaults;