UNPKG

upbeat

Version:

Fast health and performance monitoring with process handling

9 lines (7 loc) 146 B
function percentage(count, total) { if (total > 0) { return (Math.round(count/total*10000) / 100) + '%'; } else { return '0%'; } }