Function: join()
join(
parameters: readonlyParameter[]):string
Defined in: util/util.ts:9
Joins the parameters by their leading value, using the value property.
Parameters
| Parameter | Type | Description |
|---|---|---|
parameters | readonly Parameter[] | The parameters to join. |
Returns
string
The result of joining the parameters.
Seealso
joinRaw for the version using raw instead of value.