MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / toArr

Function toArr

libs/echarts/echarts.simple.js:22742–22744  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

22740}
22741
22742function toArr(o) {
22743 return isArray(o) ? o : o ? [o] : [];
22744}
22745
22746function toObj(o) {
22747 return (isArray(o) ? o[0] : o) || {};

Callers 1

compatStyleFunction · 0.70

Calls 1

isArrayFunction · 0.70

Tested by

no test coverage detected