UNPKG

@zandor300/jsmodbus

Version:

Implementation for the Serial/TCP Modbus protocol.

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