/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@endbug/overwatch-stats-api@3.0.1/build/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getMostPlayed=exports.getHeroStats=exports.getBasicInfo=exports.getAllStats=void 0;const basicinfo_1=require("./basicinfo");Object.defineProperty(exports,"getBasicInfo",{enumerable:!0,get:function(){return basicinfo_1.getBasicInfo}});const gethtml_1=require("./gethtml"),herostats_1=require("./herostats");Object.defineProperty(exports,"getHeroStats",{enumerable:!0,get:function(){return herostats_1.getHeroStats}});const mostplayed_1=require("./mostplayed");async function getAllStats(t,e){const s=await(0,gethtml_1.getHtml)(t,e);return{...await(0,basicinfo_1.getBasicInfo)(t,e,s),heroStats:await(0,herostats_1.getHeroStats)(t,e,s),mostPlayed:await(0,mostplayed_1.getMostPlayed)(t,e,s)}}Object.defineProperty(exports,"getMostPlayed",{enumerable:!0,get:function(){return mostplayed_1.getMostPlayed}}),exports.getAllStats=getAllStats;
//# sourceMappingURL=/sm/f7a49216061776047faca521872e5053ffbd4167f95b83221222d8a92d5376d6.map