UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

15 lines (14 loc) 818 B
export * as PoyashiBPI from "./algorithms/poyashi-bpi"; export * as CHUNITHMRating from "./algorithms/chunithm-rating"; export * as Jubility from "./algorithms/jubility"; export * as Volforce from "./algorithms/volforce"; export * as WACCARate from "./algorithms/wacca-rate"; export * as GITADORASkill from "./algorithms/gitadora-skill"; export * as PopnClassPoints from "./algorithms/popn-classpoints"; export * as ITGHighestUnbroken from "./algorithms/itg-highest-unbroken"; export * as MaimaiDXRate from "./algorithms/maimaidx-rate"; export * as CuratorSkill from "./algorithms/curator-skill"; export * as MaimaiRate from "./algorithms/maimai-rate"; export * as Potential from "./algorithms/potential"; export * as ONGEKIRating from "./algorithms/ongeki-rating"; export * as DDRFlare from "./algorithms/ddr-flare";