@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 549 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TrophyApiTimeoutError = exports.TrophyApiError = void 0;
var TrophyApiError_1 = require("./TrophyApiError");
Object.defineProperty(exports, "TrophyApiError", { enumerable: true, get: function () { return TrophyApiError_1.TrophyApiError; } });
var TrophyApiTimeoutError_1 = require("./TrophyApiTimeoutError");
Object.defineProperty(exports, "TrophyApiTimeoutError", { enumerable: true, get: function () { return TrophyApiTimeoutError_1.TrophyApiTimeoutError; } });