UNPKG

obd-raw-data-parser

Version:

A lightweight TypeScript library for parsing OBD-II raw data into human readable format. Based on the excellent work of obd-utils by Nishkalkashyap.

3 lines (2 loc) 106 B
export declare function checkHex(n: string): boolean; export declare function Hex2Bin(n: string): string;