Function: buildPath()
Function: buildPath()
function buildPath(...paths): string;
Builds a path by appending the provided paths to a base path.
Parameters
paths
...string
[]
The paths to append to the base path.
Returns
string
The constructed path.