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) 120 B
export declare function hexToDTC(hexValue: string): string; export declare function decToDTC(decValue: number): string;