MCPcopy
hub / github.com/requirejs/requirejs / isFunction

Function isFunction

require.js:43–45  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

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

Callers 4

mixinFunction · 0.85
require.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…