UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

18 lines 670 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Account = void 0; /** * Dispatch account subcategories */ var Account; (function (Account) { Account[Account["military"] = 505] = "military"; Account[Account["trade"] = 515] = "trade"; Account[Account["sport"] = 525] = "sport"; Account[Account["drama"] = 535] = "drama"; Account[Account["diplomacy"] = 545] = "diplomacy"; Account[Account["science"] = 555] = "science"; Account[Account["culture"] = 565] = "culture"; Account[Account["other"] = 595] = "other"; })(Account = exports.Account || (exports.Account = {})); //# sourceMappingURL=account.js.map