MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isFunction

Function isFunction

OpenReservation/wwwroot/Scripts/angular.js:663–663  ·  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

661 * @returns {boolean} True if `value` is a `Function`.
662 */
663 function isFunction(value) { return typeof value === 'function'; }
664
665 /**
666 * Determines if a value is a regular expression object.

Callers 15

forEachFunction · 0.85
baseExtendFunction · 0.85
hasCustomToStringFunction · 0.85
isPromiseLikeFunction · 0.85
copyTypeFunction · 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