@nova-ui/bits
Version:
SolarWinds Nova Framework
11 lines (10 loc) • 594 B
TypeScript
/*****************************************************************
*
* This file consists of schematics utility functions recovered from deletions in the angular-cli repo
* https://github.com/angular/angular-cli/commit/5ebb100877d7d73da4379e244371194190f818fa
*
*****************************************************************/
import { Tree } from "@angular-devkit/schematics";
import { WorkspaceSchema } from "@schematics/angular/utility/workspace-models";
export declare function getWorkspacePath(host: Tree): string;
export declare function getWorkspace(host: Tree): WorkspaceSchema;