MCPcopy
hub / github.com/tdewolff/minify / isNumeric

Function isNumeric

_benchmarks/sample_antd.js:496–498  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

494
495"use strict";
496var isNumeric = function isNumeric(value) {
497 return !isNaN(parseFloat(value)) && isFinite(value);
498};
499
500/* harmony default export */ __webpack_exports__["a"] = (isNumeric);
501

Callers

nothing calls this directly

Calls 1

isNaNFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…