@mdf.js/mqtt-provider
Version:
MMS - MQTT Port for Javascript/Typescript
12 lines • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Client = void 0;
/**
* 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.
*/
var mqtt_1 = require("mqtt");
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return mqtt_1.MqttClient; } });
//# sourceMappingURL=Client.t.js.map