MCPcopy
hub / github.com/react/create-react-app / _isNumber

Function _isNumber

packages/react-error-overlay/fixtures/bundle.mjs:25610–25612  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

25608}(this, function () {
25609 'use strict';
25610 function _isNumber(n) {
25611 return !isNaN(parseFloat(n)) && isFinite(n);
25612 }
25613
25614 function _capitalize(str) {
25615 return str[0].toUpperCase() + str.substring(1);

Callers 1

bundle.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected