nationstates.js
Version:
A wrapper to interact with the NationStates API.
14 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Category = void 0;
/**
* Dispatch categories
*/
var Category;
(function (Category) {
Category[Category["factbook"] = 1] = "factbook";
Category[Category["bulletin"] = 3] = "bulletin";
Category[Category["account"] = 5] = "account";
Category[Category["meta"] = 8] = "meta";
})(Category = exports.Category || (exports.Category = {}));
//# sourceMappingURL=category.js.map