UNPKG

trn-rocket-league

Version:

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

7 lines (6 loc) 221 B
import { Profile } from '../classes'; import type { Platform } from '../types'; /** * Fetch a Rocket League profile */ export default function fetchProfile(username: string, platform: Platform): Promise<Profile>;