UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper for v1 and v2, with extra stuff

14 lines (13 loc) 325 B
export declare const description: any; export interface types { (hits: { 300: string; 100: string; 50: string; 0: string; geki: string; katu: string; }, mode: 'osu' | 'fruits' | 'taiko' | 'mania'): number; } declare const name: types; export default name;