Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RubyLouvre/anu
/ isFunction
Function
isFunction
test/babel.js:11083–11085 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
11081
exports.isError = isError;
11082
11083
function
isFunction(arg) {
11084
return
typeof arg ===
'function'
;
11085
}
11086
exports.isFunction = isFunction;
11087
11088
function
isPrimitive(arg) {
Callers
5
isArrayLike
Function · 0.70
formatValue
Function · 0.70
jsesc
Function · 0.70
baseIsNative
Function · 0.70
baseMergeDeep
Function · 0.70
Calls
2
isObject
Function · 0.70
baseGetTag
Function · 0.70
Tested by
no test coverage detected