Preview: sign.js
Size: 74 B
/proc/thread-self/root/lib/node_modules/npm/node_modules/es-abstract/helpers/sign.js
module.exports = function sign(number) {
return number >= 0 ? 1 : -1;
};
Directory Contents
Dirs: 0 × Files: 6