UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

4 lines (3 loc) 189 B
import { Tree } from '@angular-devkit/schematics'; export declare function getFileContent(tree: Tree, path: string): string; export declare function createEmptyWorkspace(tree: Tree): Tree;