UNPKG

fantasy-api-client

Version:

API client to easily interact with various fantasy sports APIs including ESPN, Yahoo, and Sleeper

9 lines (8 loc) 192 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Espn = /** @class */ (function () { function Espn() { } return Espn; }()); exports.default = Espn;