UNPKG

@zomlit/tsleague

Version:

RL wrapper in TypeScript

9 lines (8 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountType = void 0; var AccountType; (function (AccountType) { AccountType["STEAM"] = "steam"; AccountType["EPIC"] = "epic"; })(AccountType || (exports.AccountType = AccountType = {}));