UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

14 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Bulletin = void 0; /** * Dispatch bulletin subcategories */ var Bulletin; (function (Bulletin) { Bulletin[Bulletin["policy"] = 305] = "policy"; Bulletin[Bulletin["news"] = 315] = "news"; Bulletin[Bulletin["opinion"] = 325] = "opinion"; Bulletin[Bulletin["campaign"] = 385] = "campaign"; })(Bulletin = exports.Bulletin || (exports.Bulletin = {})); //# sourceMappingURL=bulletin.js.map