MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isNumber

Function isNumber

lib/test/angular/1.6.7/angular.js:744–744  ·  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 can use the native * [`isFinite'](http

(value)

Source from the content-addressed store, hash-verified

742 * @returns {boolean} True if `value` is a `Number`.
743 */
744function isNumber(value) {return typeof value === 'number';}
745
746
747/**

Callers 12

isValidObjectMaxDepthFunction · 0.70
isArrayLikeFunction · 0.70
isTypedArrayFunction · 0.70
toJsonFunction · 0.70
getYOffsetFunction · 0.70
scrollFunction · 0.70
angular.jsFile · 0.70
formatNumberFunction · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
numberFormatterParserFunction · 0.70
parseNumberAttrValFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected