nationstates.js
Version:
A wrapper to interact with the NationStates API.
11 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Cards = void 0;
var Cards;
(function (Cards) {
Cards["info"] = "info";
Cards["markets"] = "markets";
Cards["owners"] = "owners";
Cards["trades"] = "trades";
})(Cards = exports.Cards || (exports.Cards = {}));
//# sourceMappingURL=cards.js.map