osumodcalculator
Version:
osu! calculator for converting values to DT & HT and other things
14 lines (13 loc) • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const mode_1 = require("../mode");
{
(0, mode_1.toInt)('ctb'); // => 2
(0, mode_1.toInt)('std'); // => 0
(0, mode_1.toInt)('taiko'); // => 1
(0, mode_1.toInt)('m'); // => 3
}
{
(0, mode_1.toName)(0); // => osu
(0, mode_1.toName)(3); // => mania
}