Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ toArr
Function
toArr
libs/echarts/echarts-en.simple.js:22742–22744 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
22740
}
22741
22742
function
toArr(o) {
22743
return
isArray(o) ? o : o ? [o] : [];
22744
}
22745
22746
function
toObj(o) {
22747
return
(isArray(o) ? o[0] : o) || {};
Callers
1
compatStyle
Function · 0.70
Calls
1
isArray
Function · 0.70
Tested by
no test coverage detected