MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / isFunction

Function isFunction

libraries/lodash.js:11662–11670  ·  view source on GitHub ↗

* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a function, else `false`. * @example * * _.is

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

baseFunctionsFunction · 0.70
baseIsNativeFunction · 0.70
baseMergeDeepFunction · 0.70
isArrayLikeFunction · 0.70
resultFunction · 0.70
transformFunction · 0.70
mixinFunction · 0.70

Calls 2

isObjectFunction · 0.85
baseGetTagFunction · 0.85

Tested by

no test coverage detected