MCPcopy
hub / github.com/nbubna/store / isFunction

Function isFunction

libs/requirejs.js:41–43  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

39 useInteractive = false;
40
41 function isFunction(it) {
42 return ostring.call(it) === '[object Function]';
43 }
44
45 function isArray(it) {
46 return ostring.call(it) === '[object Array]';

Callers 4

mixinFunction · 0.85
requirejs.jsFile · 0.85
newContextFunction · 0.85
localRequireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…