UNPKG

enkanetwork

Version:

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

12 lines (11 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FetchEnkaProfile = void 0; const index_1 = require("../index"); class FetchEnkaProfile { profile; constructor(data) { this.profile = new index_1.EnkaProfile(data); } } exports.FetchEnkaProfile = FetchEnkaProfile;