sleeper-api-tsclient
Version:
Typescript client for the sleeper api
12 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configureAuthMethods = void 0;
function configureAuthMethods(config) {
var authMethods = {};
if (!config) {
return authMethods;
}
return authMethods;
}
exports.configureAuthMethods = configureAuthMethods;
//# sourceMappingURL=auth.js.map