UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

14 lines (10 loc) 275 B
'use strict'; const ChampionDto = require('./champion/champion-dto.js'); const ChampionListDto = require('./champion/champion-list-dto.js'); /** * @module module:LeagueWrapper/dto/champion */ exports = module.exports = { ChampionDto, ChampionListDto };