UNPKG

trn-rocket-league

Version:

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

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("./"); class Session { matches; constructor(data) { this.matches = data.matches.map((matchData) => new _1.Match(matchData)); } } exports.default = Session;