UNPKG

osu-api-extended

Version:

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

15 lines (14 loc) 718 B
export { beatmaps_download } from "../api/v2/beatmaps_download"; export { calculate_accuracy } from "./accuracy"; export { calculate_mods } from "./mods"; export { country_details } from "./country"; export { calculate_rank } from "./rank"; export { calculate_total_objects, convert_hits } from "./objects"; export { calculate_net_pp } from "./net-pp"; export declare const calculate_pp: () => any; export declare const build_url: ({ _direct, type, mode, value }: { _direct?: boolean; mode: 'osu' | 'fruits' | 'mania' | 'taiko'; type: 'beatmap' | 'beatmapset' | 'editor_timing' | 'news' | 'match' | 'avatar' | 'user' | 'badge' | 'score' | 'beatmapset_download'; value: any; }) => string;