UNPKG

nan-x

Version:

The constant NaN derived mathematically by 0 / 0.

9 lines (8 loc) 171 B
/** * The constant NaN derived mathematically by 0 / 0. * * @type number */ var constantNAN = 0 / 0; export default constantNAN; //# sourceMappingURL=nan-x.esm.js.map