MCPcopy Create free account
hub / github.com/circircir-circle/human_exist_device / isArray

Method isArray

mini_program/common/Tools.js:97–99  ·  view source on GitHub ↗

* 判断某个元素是否为数组 * @param {Array} value * @return {Boolean}

(value)

Source from the content-addressed store, hash-verified

95 * @return {Boolean}
96 */
97 isArray(value) {
98 return Array.isArray(value)
99 }
100
101 /**
102 * 判断某个元素是否为对象

Callers 5

extendMethod · 0.95
YFunction · 0.80
formatMessageMethod · 0.80
paramSerializerMethod · 0.80
getRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected