MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isFunction

Function isFunction

code/songhop/www/lib/angular/angular.js:596–596  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isFunction * @module ng * @kind 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

594 * @returns {boolean} True if `value` is a `Function`.
595 */
596function isFunction(value) {return typeof value === 'function';}
597
598
599/**

Callers 15

forEachFunction · 0.70
isPromiseLikeFunction · 0.70
equalsFunction · 0.70
bindFunction · 0.70
assertArgFnFunction · 0.70
getterFunction · 0.70
providerFunction · 0.70
loadModulesFunction · 0.70
instantiateFunction · 0.70
getYOffsetFunction · 0.70
$CompileProviderFunction · 0.70
applyDirectivesToNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected