UNPKG

astra-protocol-x-parser

Version:

A lightweight NodeJS package for parsing data from Astra Telematics IoT devices

4 lines (3 loc) 163 B
export declare function readU24(reader: any): any; export declare function readU16BE(reader: any): number; export declare function readU32BE(reader: any): number;