(value)
| 494 | |
| 495 | "use strict"; |
| 496 | var isNumeric = function isNumeric(value) { |
| 497 | return !isNaN(parseFloat(value)) && isFinite(value); |
| 498 | }; |
| 499 | |
| 500 | /* harmony default export */ __webpack_exports__["a"] = (isNumeric); |
| 501 |
nothing calls this directly
no test coverage detected
searching dependent graphs…