Your IP : 18.119.133.214


Current Path : /proc/self/root/proc/self/root/usr/lib/node_modules/npm/node_modules/es-abstract/helpers/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/npm/node_modules/es-abstract/helpers/sign.js

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

?>