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

Method isObject

mini_program/common/Tools.js:106–108  ·  view source on GitHub ↗

* 判断某个元素是否为对象 * @param {Obejct} value * @return {Boolean}

(value)

Source from the content-addressed store, hash-verified

104 * @return {Boolean}
105 */
106 isObject(value) {
107 return value !== null && typeof value === 'object'
108 }
109
110 /**
111 * 判断某个元素是否为数值

Callers 2

serializeValueMethod · 0.95
makePhoneCallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected