MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isFunction

Function isFunction

lib/web/polyfill.js:79–81  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

77 return it !== null && (typeof it == 'object' || typeof it == 'function');
78}
79function isFunction(it){
80 return typeof it == 'function';
81}
82// Native function?
83var isNative = ctx(/./.test, /\[native code\]\s*\}\s*$/, 1);
84

Callers 6

assertFunctionFunction · 0.70
$defineFunction · 0.70
polyfill.jsFile · 0.70
toPrimitiveFunction · 0.70
isThenableFunction · 0.70
notifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected