MCPcopy Create free account
hub / github.com/RubyLouvre/anu / isFunction

Function isFunction

test/babel.js:11083–11085  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

11081 exports.isError = isError;
11082
11083 function isFunction(arg) {
11084 return typeof arg === 'function';
11085 }
11086 exports.isFunction = isFunction;
11087
11088 function isPrimitive(arg) {

Callers 5

isArrayLikeFunction · 0.70
formatValueFunction · 0.70
jsescFunction · 0.70
baseIsNativeFunction · 0.70
baseMergeDeepFunction · 0.70

Calls 2

isObjectFunction · 0.70
baseGetTagFunction · 0.70

Tested by

no test coverage detected