UNPKG

@aptpod/iscp-ts

Version:

iSCP 2.0 client library for TypeScript

12 lines 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ISCPReconnectingError = exports.ISCPTimeoutError = exports.ISCPFailedMessageError = exports.ISCPMalformedMessageError = exports.ISCPTransportClosedError = exports.ISCPUnexpectedError = exports.ISCPException = void 0; var exceptions_1 = require("./exceptions"); Object.defineProperty(exports, "ISCPException", { enumerable: true, get: function () { return exceptions_1.ISCPException; } }); Object.defineProperty(exports, "ISCPUnexpectedError", { enumerable: true, get: function () { return exceptions_1.ISCPUnexpectedError; } }); Object.defineProperty(exports, "ISCPTransportClosedError", { enumerable: true, get: function () { return exceptions_1.ISCPTransportClosedError; } }); Object.defineProperty(exports, "ISCPMalformedMessageError", { enumerable: true, get: function () { return exceptions_1.ISCPMalformedMessageError; } }); Object.defineProperty(exports, "ISCPFailedMessageError", { enumerable: true, get: function () { return exceptions_1.ISCPFailedMessageError; } }); Object.defineProperty(exports, "ISCPTimeoutError", { enumerable: true, get: function () { return exceptions_1.ISCPTimeoutError; } }); Object.defineProperty(exports, "ISCPReconnectingError", { enumerable: true, get: function () { return exceptions_1.ISCPReconnectingError; } }); //# sourceMappingURL=index.js.map