| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/sign.js |
'use strict';
module.exports = function sign(number) {
return number >= 0 ? 1 : -1;
};
|