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

Method isNumber

mini_program/common/Tools.js:115–117  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

113 * @return {Boolean}
114 */
115 isNumber(value) {
116 return typeof value === 'number'
117 }
118
119 /**
120 * 判断某个元素是否为日期

Callers 4

isTypedArrayMethod · 0.95
isNaNMethod · 0.95
toJsonMethod · 0.95
addUnitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected