MCPcopy Index your code
hub / github.com/deployd/deployd / join

Function join

test-app/public/sinon.js:18218–18220  ·  view source on GitHub ↗

* Converts all elements in `array` into a string separated by `separator`. * * @static * @memberOf _ * @since 4.0.0 * @category Array * @param {Array} array The array to convert. * @param {string} [separator=','] The element separator.

(array, separator)

Source from the content-addressed store, hash-verified

18216 * // => 'a~b~c'
18217 */
18218 function join(array, separator) {
18219 return array == null ? '' : nativeJoin.call(array, separator);
18220 }
18221
18222 /**
18223 * Gets the last element of `array`.

Callers 5

mocha.jsFile · 0.85
sinon.jsFile · 0.85
getCallbackErrorFunction · 0.85
throwYieldErrorFunction · 0.85
colorDiffTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected