Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isFunction
Function
isFunction
lib/web/jshint.js:690–692 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
688
};
689
690
function
isFunction(arg) {
691
return
typeof arg ===
'function'
;
692
}
693
694
function
isNumber(arg) {
695
return
typeof arg ===
'number'
;
Callers
7
jshint.js
File · 0.70
formatValue
Function · 0.70
baseFunctions
Function · 0.70
isEmpty
Function · 0.70
result
Function · 0.70
transform
Function · 0.70
mixin
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected