Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JsAaron/jQuery
/ isFunction
Function
isFunction
迷你jQuery/basis/Require.js:41–43 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
39
useInteractive = false;
40
41
function
isFunction(it) {
42
return
ostring.call(it) ===
'[object Function]'
;
43
}
44
45
function
isArray(it) {
46
return
ostring.call(it) ===
'[object Array]'
;
Callers
4
mixin
Function · 0.70
Require.js
File · 0.70
newContext
Function · 0.70
localRequire
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected