MCPcopy 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
24function isFunction(x) {
25 return typeof x === 'function';
26}
27
28var _isArray = undefined;
29if (!Array.isArray) {

Callers 2

handleMaybeThenableFunction · 0.70
invokeCallbackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected