UNPKG

overwatch-api

Version:

An Unoffical Overwatch API.

10 lines (8 loc) 231 B
import { getProfile, getStats } from './parser'; import { getLiveMatch, getSchedule, getStandings } from './owl'; const owl = { getLiveMatch, getSchedule, getStandings }; export { getProfile, getStats, owl, }