MCPcopy 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
20function objectOrFunction(x) {
21 return typeof x === 'function' || typeof x === 'object' && x !== null;
22}
23
24function isFunction(x) {
25 return typeof x === 'function';

Callers 1

_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected