UNPKG

nx

Version:

Smart, Fast and Extensible Build System

7 lines (6 loc) 217 B
import type { Tree } from 'nx/src/generators/tree'; /** * Creates a host for testing. */ export declare function createTreeWithEmptyWorkspace(): Tree; export declare function createTreeWithEmptyV1Workspace(): Tree;