UNPKG

@trophyso/node

Version:
8 lines (7 loc) 549 B
"use strict"; 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; } });