rg-stats
Version:
A library for calculating various rhythm game stats.
8 lines (7 loc) • 298 B
TypeScript
/**
* Calculate Arcaea potential for a score.
*
* @param score - The score to calculate the potential for.
* @param internalChartLevel - The internal decimal level of the chart the score was achieved on.
*/
export declare function calculate(score: number, internalChartLevel: number): number;