MCPcopy
hub / github.com/microsoft/SandDance / join

Function join

docs/app/js/sanddance-app.js:142992–142994  ·  view source on GitHub ↗
(seq, ...args)

Source from the content-addressed store, hash-verified

142990 return array(seq) || ((0, _vegaUtil.isString)(seq) ? seq : null);
142991}
142992function join(seq, ...args) {
142993 return array(seq).join(...args);
142994}
142995function indexof(seq, ...args) {
142996 return sequence(seq).indexOf(...args);
142997}

Callers

nothing calls this directly

Calls 1

arrayFunction · 0.70

Tested by

no test coverage detected