Repository URL to install this package:
|
Version:
6.0.4 ▾
|
/**
* Used as references for various `Number` constants.
* @name INFINITY
* @type {number}
*/
const INFINITY = 1 / 0
export default INFINITY