UNPKG

projex

Version:
7 lines (6 loc) 282 B
/** * The function getCurrentDirectory returns the root directory name of the current working directory. * @returns The function `getCurrentDirectory` returns the root directory name of the current working * directory. */ export declare const getCurrentDirectory: () => string;