# Function: joinUrl()

> **joinUrl**(...`tokens`): `string`

Defined in: [helpers/url.ts:47](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/helpers/url.ts#L47)

Joins all the tokens into a single URL string separated by '/'. Zero-length tokens cause errors.

## Parameters

| Parameter | Type | Description | | --- | --- | --- | | ...`tokens` | `string`[] | Zero or more tokens to be combined. If token doesn't end with '/', one will be added as the separator |

## Returns

`string`
