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

Function isNumberUserReadable

_benchmarks/sample_echarts.js:16480–16482  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

16478 }
16479
16480 function isNumberUserReadable(num) {
16481 return !!(num != null && !isNaN(num) && isFinite(num));
16482 }
16483
16484 var isTypeTime = valueType === 'time';
16485 var isValueDate = value instanceof Date;

Callers 1

makeValueReadableFunction · 0.85

Calls 1

isNaNFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…