Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ isNumeric
Function
isNumeric
components/dash-core-components/src/components/Input.tsx:22–22 ·
view source on GitHub ↗
(val: unknown)
Source
from the content-addressed store, hash-verified
20
import
'./css/input.css'
;
21
22
const isNumeric = (val: unknown): val is number => fastIsNumeric(val);
23
const convert = (val: unknown) => (isNumeric(val) ? +val : NaN);
24
25
const isEquivalent = (v1: number, v2: number) =>
Callers
6
convert
Function · 0.85
coerce
Function · 0.85
getValueFactory
Function · 0.85
equalEval
Function · 0.85
idValSort
Function · 0.85
valBefore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…