UNPKG

simple-modbus

Version:

A simple library for working with Modbus with Typescript bindings.

7 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var modbus_tcp_server_1 = require("./modbus-tcp-server"); exports.Server = modbus_tcp_server_1.ModbusTcpServer; var modbus_tcp_command_factory_1 = require("./modbus-tcp-command-factory"); exports.CommandFactory = modbus_tcp_command_factory_1.ModbusTcpCommandFactory; //# sourceMappingURL=index.js.map