Travis status Dependency status devDependency status npm version ## infinity-x The constant value Infinity. **Version**: 1.0.0 **Author**: Xotic750 **License**: [MIT](<https://opensource.org/licenses/MIT>) **Copyright**: Xotic750 ### `module.exports` : number ⏏ The constant value Infinity derived mathematically by 1 / 0. **Kind**: Exported member **Example** ```js var INFINITY = require('infinity-x'); INFINITY === Infinity; // true -INFINITY === -Infinity; // true INFINITY === -Infinity; // false ```