UNPKG

osumodcalculator

Version:

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

12 lines (11 loc) 216 B
import { toInt, toName } from "../mode"; { toInt('ctb'); // => 2 toInt('std'); // => 0 toInt('taiko'); // => 1 toInt('m'); // => 3 } { toName(0); // => osu toName(3); // => mania }