MCPcopy Create free account
hub / github.com/microsoft/SandDance / lineArray

Function lineArray

docs/tests/v2/es6/js/sanddance.js:99969–99971  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

99967}
99968
99969function lineArray(_) {
99970 return (0, _vegaUtil.isArray)(_) ? _.length > 1 ? _ : _[0] : _;
99971}
99972
99973function textLines(item) {
99974 return lineArray(item.lineBreak && item.text && !(0, _vegaUtil.isArray)(item.text) ? item.text.split(item.lineBreak) : item.text);

Callers 1

textLinesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected