HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/es-abstract/node_modules/is-negative-zero/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/es-abstract/node_modules/is-negative-zero/index.js
'use strict';

module.exports = function isNegativeZero(number) {
	return number === 0 && (1 / number) === -Infinity;
};