Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Code-Bullet/Jump-King
/ isFunction
Function
isFunction
libraries/p5.js:24–26 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
isFunction(x) {
25
return
typeof x ===
'function'
;
26
}
27
28
var
_isArray = undefined;
29
if
(!Array.isArray) {
Callers
2
handleMaybeThenable
Function · 0.70
invokeCallback
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected