UNPKG

@codersrank/skills-chart

Version:
10 lines (7 loc) 187 B
"use strict"; exports.__esModule = true; exports.formatScore = void 0; var formatScore = function formatScore(score) { return Math.round(score); }; exports.formatScore = formatScore;