npm.io
2.2.1 • Published 6 years ago

nan-x

Licence
MIT
Version
2.2.1
Deps
0
Size
27 kB
Vulns
0
Weekly
0

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

nan-x

The constant NaN derived mathematically by 0 / 0.

module.exports : number

The constant NaN derived mathematically by 0 / 0.

Kind: Exported member
Example

import NAN from 'nan-x';

console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false

Keywords