MCPcopy
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
59export function isArray<T>(x: unknown): x is T[] {
60 return Array.isArray(x)
61}
62
63export const objectToString = Object.prototype.toString
64

Callers 13

initSetupFunction · 0.90
hasReactiveArrayChildFunction · 0.90
setupAccessControlFunction · 0.90
mockReactivityDeepFunction · 0.90
shallowReactiveFunction · 0.90
reactiveFunction · 0.90
markRawFunction · 0.90
delFunction · 0.90
setFunction · 0.90
shallowReadonlyFunction · 0.90
createWatcherFunction · 0.90
shiftCallbackFunction · 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…