MCPcopy
hub / github.com/soulwire/fit.js / isNumber

Function isNumber

fit.js:67–70  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

65 // Returns true if an object is a number and not NaN
66
67 function isNumber( value ) {
68
69 return typeof value === 'number' && !isNaN( value );
70 }
71
72 // Shortcut to get the current time
73

Callers 1

toRectangleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected