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

Method isString

mini_program/common/Tools.js:79–81  ·  view source on GitHub ↗

* 判断某个元素是否为字符串 * @param {String} value * @return {Boolean}

(value)

Source from the content-addressed store, hash-verified

77 * @return {Boolean}
78 */
79 isString(value) {
80 return typeof value === 'string'
81 }
82
83 /**
84 * 判断某个元素是否为函数

Callers 2

trimMethod · 0.95
fromJsonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected