MCPcopy
hub / github.com/jquery/esprima / isFunction

Function isFunction

test/3rdparty/angular-1.2.5.js:578–578  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isFunction * @function * * @description * Determines if a reference is a `Function`. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Function`.

(value)

Source from the content-addressed store, hash-verified

576 * @returns {boolean} True if `value` is a `Function`.
577 */
578function isFunction(value){return typeof value === 'function';}
579
580
581/**

Callers 15

forEachFunction · 0.85
equalsFunction · 0.85
bindFunction · 0.85
assertArgFnFunction · 0.85
getterFunction · 0.85
providerFunction · 0.85
loadModulesFunction · 0.85
instantiateFunction · 0.85
$CompileProviderFunction · 0.85
applyDirectivesToNodeFunction · 0.85
compileTemplateUrlFunction · 0.85
transformDataFunction · 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…