(obj)
| 2078 | obj.constructor.name === type.name) |
| 2079 | } |
| 2080 | function 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…