Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/didi/DoKit
/ isArray
Function
isArray
miniapp/src/utils/util.js:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
const
isArray = list => {
46
return
Object.prototype.toString.call(list).slice(8, -1) ==
'Array'
47
}
48
49
const
deepClone = obj => {
50
if
(typeof obj !=
"object"
){
Callers
15
normalizeStyle
Function · 0.85
normalizeClass
Function · 0.85
looseEqual
Function · 0.85
toDisplayString
Function · 0.85
replacer
Function · 0.85
trigger$1
Function · 0.85
triggerEffects
Function · 0.85
createGetter
Function · 0.85
createSetter
Function · 0.85
ownKeys
Function · 0.85
queueCb
Function · 0.85
normalizeEmitsOptions
Function · 0.85
Calls
1
call
Method · 0.65
Tested by
no test coverage detected