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

Function isNumber

OpenReservation/wwwroot/Scripts/angular.js:619–619  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isNumber * @module ng * @kind function * * @description * Determines if a reference is a `Number`. * * This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`. * * If you wish to exclude these then you

(value)

Source from the content-addressed store, hash-verified

617 * @returns {boolean} True if `value` is a `Number`.
618 */
619 function isNumber(value) { return typeof value === 'number'; }
620
621 /**
622 * @ngdoc function

Callers 9

isArrayLikeFunction · 0.85
isTypedArrayFunction · 0.85
toJsonFunction · 0.85
getYOffsetFunction · 0.85
angular.jsFile · 0.85
formatNumberFunction · 0.85
dateFilterFunction · 0.85
limitToFilterFunction · 0.85
numberInputTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected