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

Method isUndefined

mini_program/common/Tools.js:216–218  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

214 * @return {Boolean}
215 */
216 isUndefined(value) {
217 return typeof value === 'undefined'
218 }
219
220 /**
221 * 判断某个元素是否为null

Callers 2

toJsonMethod · 0.95
paramSerializerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected