MCPcopy Create free account
hub / github.com/apache/struts-examples / isFunction

Function isFunction

rest-angular/src/main/webapp/js/lib/angular/angular.js:674–674  ·  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

672 * @returns {boolean} True if `value` is a `Function`.
673 */
674function isFunction(value) {return typeof value === 'function';}
675
676
677/**

Callers 15

parseTextLiteralFunction · 0.70
subtractOffsetFunction · 0.70
forEachFunction · 0.70
baseExtendFunction · 0.70
hasCustomToStringFunction · 0.70
isPromiseLikeFunction · 0.70
copyTypeFunction · 0.70
equalsFunction · 0.70
bindFunction · 0.70
bootstrapFunction · 0.70
assertArgFnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected