MCPcopy
hub / github.com/Postcatlab/postcat / isFunction

Function isFunction

src/workbench/browser/src/ng1/lib/angular/angular.js:848–850  ·  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

846 * @returns {boolean} True if `value` is a `Function`.
847 */
848 function isFunction(value) {
849 return typeof value === 'function';
850 }
851
852
853 /**

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
JQLiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected