Your IP : 18.117.119.34


Current Path : /opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/
Upload File :
Current File : //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/sign.js

module.exports = function sign(number) {
	return number >= 0 ? 1 : -1;
};

?>