16 lines
263 B
Markdown
16 lines
263 B
Markdown
# Function: joinPathFragments
|
|
|
|
▸ **joinPathFragments**(`...fragments`): `string`
|
|
|
|
Normalized path fragments and joins them
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :------------- | :--------- |
|
|
| `...fragments` | `string`[] |
|
|
|
|
#### Returns
|
|
|
|
`string`
|