infinity-x

2.2.1 • Public • Published

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

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

/infinity-x/

    Package Sidebar

    Install

    npm i infinity-x

    Weekly Downloads

    5,016

    Version

    2.2.1

    License

    MIT

    Unpacked Size

    28.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • xotic750