UNPKG

nx

Version:

Smart, Fast and Extensible Build System

12 lines (11 loc) 300 B
/** * 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;