UNPKG

jsmodbus

Version:

Implementation for the Serial/TCP Modbus protocol.

3 lines 143 B
export declare type Byte = number; export declare type BooleanArray = Array<boolean | 0 | 1 | number>; //# sourceMappingURL=primatives.d.ts.map