Function: basePath()
Function: basePath()
function basePath(...paths): string;
Constructs a base path by joining the current working directory with the provided paths.
Parameters
paths
...string
[]
The paths to be joined with the current working directory.
Returns
string
The resulting path after joining the current working directory with the provided paths.