@loopback/socketio
Version:
LoopBack's WebSocket server based on socket.io
19 lines • 1.01 kB
JavaScript
;
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
// Node module: @loopback/socketio
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("socket.io"), exports);
tslib_1.__exportStar(require("./booters"), exports);
tslib_1.__exportStar(require("./decorators"), exports);
tslib_1.__exportStar(require("./keys"), exports);
tslib_1.__exportStar(require("./providers"), exports);
tslib_1.__exportStar(require("./socketio-controller-factory"), exports);
tslib_1.__exportStar(require("./socketio.application"), exports);
tslib_1.__exportStar(require("./socketio.component"), exports);
tslib_1.__exportStar(require("./socketio.sequence"), exports);
tslib_1.__exportStar(require("./socketio.server"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map