MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isFunction

Function isFunction

web/static/bower_components/angular/angular.js:685–685  ·  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

683 * @returns {boolean} True if `value` is a `Function`.
684 */
685function isFunction(value) {return typeof value === 'function';}
686
687
688/**

Callers 15

forEachFunction · 0.85
baseExtendFunction · 0.85
hasCustomToStringFunction · 0.85
isPromiseLikeFunction · 0.85
copyFunction · 0.85
equalsFunction · 0.85
bindFunction · 0.85
bootstrapFunction · 0.85
assertArgFnFunction · 0.85
getterFunction · 0.85
providerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected