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
```