/** * An API wrapper for League of Legends' unofficial eSports API. * * @remarks * API specification gathered from {@link https://vickz84259.github.io/lolesports-api-docs/ | vickz84259's work}. * */ import Client from "./client.js"; export default Client; //# sourceMappingURL=index.d.ts.map