// TODO move to client module.exports = function(num) { if (num) { return Math.floor(num); } else { return "0"; } };