UNPKG

trn-rocket-league

Version:

Track any Rocket League player's stats with the Tracker Network API.

7 lines (6 loc) 250 B
import { Platform } from '../types'; import { Session } from '../classes'; /** * Fetch the recent match sessions from a Rocket League profile */ export default function fetchSessions(username: string, platform: Platform): Promise<Session[]>;