@mdf.js/socket-client-provider
Version:
MMS - Socket.io Client Port for Javascript/Typescript
14 lines • 613 B
JavaScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Factory = void 0;
const core_1 = require("@mdf.js/core");
const config_1 = require("../config");
const Port_1 = require("./Port");
exports.Factory = core_1.Layer.Provider.ProviderFactoryCreator(Port_1.Port, config_1.configEntry, config_1.CONFIG_PROVIDER_BASE_NAME, 'service');
//# sourceMappingURL=Factory.js.map
;