Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circircir-circle/human_exist_device
/ isFunction
Method
isFunction
mini_program/common/Tools.js:88–90 ·
view source on GitHub ↗
* 判断某个元素是否为函数 * @param {Function} value * @return {Boolean}
(value)
Source
from the content-addressed store, hash-verified
86
* @
return
{Boolean}
87
*/
88
isFunction(value) {
89
return
this.
type
(value) ===
'function'
90
}
91
92
/**
93
* 判断某个元素是否为数组
Callers
2
isPromiseLike
Method · 0.95
extend
Method · 0.95
Calls
1
type
Method · 0.95
Tested by
no test coverage detected