UNPKG

214 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = percentage;
7function percentage(input) {
8 return Math.round(input * 100);
9}
10module.exports = exports['default'];
\No newline at end of file