UNPKG

overwatch-api

Version:

An Unoffical Overwatch API.

10 lines (8 loc) 206 B
import live from './live'; import schedule from './schedule'; import standings from './standings'; export { live as getLiveMatch, schedule as getSchedule, standings as getStandings, }