MCPcopy
hub / github.com/feross/buffer / numberIsNaN

Function numberIsNaN

index.js:2080–2083  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

2078 obj.constructor.name === type.name)
2079}
2080function numberIsNaN (obj) {
2081 // For IE11 support
2082 return obj !== obj // eslint-disable-line no-self-compare
2083}
2084
2085// Create lookup table for `toString('hex')`
2086// See: https://github.com/feross/buffer/issues/219

Callers 3

fromObjectFunction · 0.85
bidirectionalIndexOfFunction · 0.85
hexWriteFunction · 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…