Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Code-Bullet/Jump-King
/ objectOrFunction
Function
objectOrFunction
libraries/p5.js:20–22 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
18
}(this, (
function
() {
'use strict'
;
19
20
function
objectOrFunction(x) {
21
return
typeof x ===
'function'
|| typeof x ===
'object'
&& x !== null;
22
}
23
24
function
isFunction(x) {
25
return
typeof x ===
'function'
;
Callers
1
_resolve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected