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