UNPKG

apextab-api

Version:

A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.

3 lines (2 loc) 121 B
import { Player, RawPlayer } from ".."; export declare const RAW_PLAYER_RESULT_TO_PLAYER: (data: RawPlayer) => Player;