enola
Version:
API and CLI for obliterating files and directories
11 lines (10 loc) • 340 B
TypeScript
/**
* Join all arguments using the operating system's path separator, and append
* the result to the current working directory.
*
* @param {string} dir
* The strings to join using the operating system's path separator.
* @return {string}
* The path.
*/
export declare function cwd(...dir: string[]): (string);