UNPKG

trn-rocket-league

Version:

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

11 lines (10 loc) 513 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.fetchSessions = exports.fetchProfile = void 0; const fetchProfile_1 = __importDefault(require("./fetchProfile")); exports.fetchProfile = fetchProfile_1.default; const fetchSessions_1 = __importDefault(require("./fetchSessions")); exports.fetchSessions = fetchSessions_1.default;