MCPcopy
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
15function isArray (arr) {
16 return Array.isArray(arr)
17}
18
19function isFunction (fn) {
20 return typeof fn === 'function'

Callers 15

isNotEmptyArrayFunction · 0.90
doTestFunction · 0.90
compareParamsFunction · 0.90
doValidatorFunction · 0.90
setValidatorMethod · 0.90
serializeFunction · 0.90
resolveInjectMethod · 0.90
normalizeInjectFunction · 0.90
stringifyDynamicClassFunction · 0.90
normalizeDynamicStyleFunction · 0.90
__iterFunction · 0.90
__getSlotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected