Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ isArray
Function
isArray
src/utils/utils.ts:59–61 ·
view source on GitHub ↗
(x: unknown)
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
isArray<T>(x: unknown): x is T[] {
60
return
Array.isArray(x)
61
}
62
63
export
const
objectToString = Object.prototype.toString
64
Callers
13
initSetup
Function · 0.90
hasReactiveArrayChild
Function · 0.90
setupAccessControl
Function · 0.90
mockReactivityDeep
Function · 0.90
shallowReactive
Function · 0.90
reactive
Function · 0.90
markRaw
Function · 0.90
del
Function · 0.90
set
Function · 0.90
shallowReadonly
Function · 0.90
createWatcher
Function · 0.90
shiftCallback
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…