UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (7 loc) 256 B
/** * Returns the absolute path of a file or directory. * @param path The path to resolve. * @param maybeRoot The root to resolve from. * @returns The absolute path. */ export declare function getAbsolutePath(path: string, maybeRoot: string): string;