MCPcopy Create free account
hub / github.com/binux/qiandao / isNumber

Function isNumber

web/static/components/angularjs/angular.js:565–565  ·  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

563 * @returns {boolean} True if `value` is a `Number`.
564 */
565function isNumber(value){return typeof value === 'number';}
566
567
568/**

Callers 2

dateFilterFunction · 0.70
numberInputTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected