UNPKG

osu-api-extended

Version:

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

9 lines (8 loc) 190 B
export declare const description: any; /** * * @param flag Country code * @returns {string} Fullname of country */ declare const name: (flag: string) => string; export default name;