@loopback/socketio
Version:
LoopBack's WebSocket server based on socket.io
11 lines • 570 B
JavaScript
;
// Copyright IBM Corp. and LoopBack contributors 2020. 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("./invoke-method.provider"), exports);
tslib_1.__exportStar(require("./reject-method.provider"), exports);
tslib_1.__exportStar(require("./send-method.provider"), exports);
//# sourceMappingURL=index.js.map