UNPKG

osu-api-extended

Version:

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

7 lines (6 loc) 225 B
export declare const description: any; export interface types { (diff_id: number, path: string, name: string | number, overwrite?: boolean): Promise<string | null>; } declare const name: types; export default name;