arrayToString
Convert an array to a string and combine on the delimiter passed.
Parameters
Examples
arrayToString(['The', 'quick', 'brown'], '-');
// => 'The-brown-fox'
Returns string from the array.
Meta
- version: 1.0.0
- Source: array-to-string.ts