UNPKG

enkanetwork

Version:

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

9 lines (8 loc) 300 B
import type { AssetsFinder } from "../../helpers"; import type { IProfilePicture, TLanguage } from "../../types"; export declare class ProfilePicture { id: number; name: string; icon?: string; constructor(assets: AssetsFinder, language: TLanguage, profilePicture: IProfilePicture); }