nx
Version:
12 lines (11 loc) • 300 B
TypeScript
/**
* The root of the workspace
*/
export declare const workspaceRoot: string;
/**
* The root of the workspace.
*
* @deprecated use workspaceRoot instead
*/
export declare const appRootPath: string;
export declare function workspaceRootInner(dir: string, candidateRoot: string | null): string;