credix
Version:
Official SDK for Credix Credit Management System
9 lines • 794 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationError = exports.TimeoutError = exports.NetworkError = exports.CredixError = void 0;
var credix_error_js_1 = require("./credix-error.js");
Object.defineProperty(exports, "CredixError", { enumerable: true, get: function () { return credix_error_js_1.CredixError; } });
Object.defineProperty(exports, "NetworkError", { enumerable: true, get: function () { return credix_error_js_1.NetworkError; } });
Object.defineProperty(exports, "TimeoutError", { enumerable: true, get: function () { return credix_error_js_1.TimeoutError; } });
Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return credix_error_js_1.ValidationError; } });
//# sourceMappingURL=index.js.map