infinity-x
v2.2.1
Published
The constant value Infinity.
Downloads
22,617
Maintainers
Readme
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