infinity-x
The constant value Infinity.
module.exports
: number
⏏
The constant value Infinity derived mathematically by 1 / 0.
Kind: Exported member
Example
import INFINITY from 'infinity-x';
console.log(INFINITY === Infinity); // true
console.log(-INFINITY === -Infinity); // true
console.log(INFINITY === -Infinity); // false