Namespaces
join
function join(...paths: string[]): string;Defined in: file-system/index.d.ts:374
Joins all the provided string components, forming a valid and normalized path.
Parameters
| Parameter | Type | Description |
|---|---|---|
...paths | string[] | An array of string components to be joined. |
Returns
string