UNPKG

osumodcalculator

Version:

osu! calculator for converting values to DT & HT and other things

9 lines (8 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const extra_1 = require("../extra"); const badges = 5; const rank = 10000; const seed = (0, extra_1.bws)(badges, rank); // => ~2602 const user_performance = 5000; const recommend_difficulty = (0, extra_1.recdiff)(user_performance); // => ~5.88