MCPcopy Create free account
hub / github.com/apache/cloudstack / isNumber

Function isNumber

tools/ngui/static/js/lib/angular.js:363–363  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isNumber * @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

361 * @returns {boolean} True if `value` is a `Number`.
362 */
363function isNumber(value){return typeof value == 'number';}
364
365
366/**

Callers 6

lexFunction · 0.85
isExpOperatorFunction · 0.85
readNumberFunction · 0.85
readIdentFunction · 0.85
dateFilterFunction · 0.85
numberInputTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected