UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

6 lines (5 loc) 252 B
/** * NOTE: This function is in its own file because it is not possible to mock * require.resolve directly in jest https://github.com/jestjs/jest/issues/9543 */ export declare function resolveRelativeToDir(path: string, relativeToDir: any): string;