UNPKG

enkanetwork

Version:

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

7 lines (6 loc) 202 B
import type { IEnkaProfileData } from "../../types"; import { EnkaProfile } from "../index"; export declare class FetchEnkaProfile { profile: EnkaProfile; constructor(data: IEnkaProfileData); }