UNPKG

enkanetwork

Version:

API wrapper for enka.network written on TypeScript which provides localization, caching and convenience

10 lines (9 loc) 236 B
import type { IEnkaProfileData } from "../../types"; export declare class EnkaProfile { username: string; bio: string; level: number; signupState: number; imageUrl: string; constructor(data: IEnkaProfileData); }