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

Method isPromiseLike

mini_program/common/Tools.js:178–180  ·  view source on GitHub ↗

* 判断某个元素是否为Promise对象 * @param {Function} obj * @return {Boolean}

(obj)

Source from the content-addressed store, hash-verified

176 * @return {Boolean}
177 */
178 isPromiseLike(obj) {
179 return obj && this.isFunction(obj.then)
180 }
181
182 /**
183 * 判断数组类型

Callers

nothing calls this directly

Calls 1

isFunctionMethod · 0.95

Tested by

no test coverage detected