Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Justineo/github-hovercard
/ isFunction
Function
isFunction
src/mustache.js:24–26 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
22
};
23
24
function
isFunction (object) {
25
return
typeof object ===
'function'
;
26
}
27
28
/**
29
* More correct typeof string handling array
Callers
1
mustache.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected