apextab-api
Version:
A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.
8 lines (7 loc) • 394 B
TypeScript
import { Legend } from "./Static/Legend";
import { Player } from './API/Player/Player';
import { PlayerResult } from './API/Search/PlayerSearchResult';
import { SearchResults } from './API/Search/SearchResults';
import { Platform } from "./Static/Platform";
import { RawPlayer } from "./API/Player/RawPlayer";
export { Legend, Player, PlayerResult, SearchResults, Platform, RawPlayer };