Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/didi/mpx
/ isArray
Function
isArray
packages/utils/src/base.js:15–17 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
isArray (arr) {
16
return
Array.isArray(arr)
17
}
18
19
function
isFunction (fn) {
20
return
typeof fn ===
'function'
Callers
15
isNotEmptyArray
Function · 0.90
doTest
Function · 0.90
compareParams
Function · 0.90
doValidator
Function · 0.90
setValidator
Method · 0.90
serialize
Function · 0.90
resolveInject
Method · 0.90
normalizeInject
Function · 0.90
stringifyDynamicClass
Function · 0.90
normalizeDynamicStyle
Function · 0.90
__iter
Function · 0.90
__getSlot
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected