MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isNumber

Function isNumber

code/songhop/www/lib/angular/angular.js:550–550  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isNumber * @module ng * @kind function * * @description * Determines if a reference is a `Number`. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Number`.

(value)

Source from the content-addressed store, hash-verified

548 * @returns {boolean} True if `value` is a `Number`.
549 */
550function isNumber(value) {return typeof value === 'number';}
551
552
553/**

Callers 6

toJsonFunction · 0.70
getYOffsetFunction · 0.70
angular.jsFile · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
numberInputTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected