UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

8 lines (7 loc) 311 B
/** * Calculate maimai DX Splash+ (and newer) rate for a score. * * @param score - The score to calculate the rate for. * @param internalChartLevel - The internal decimal level of the chart the score was achieved on. */ export declare function calculate(score: number, internalChartLevel: number): number;