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.

4 lines (3 loc) 109 B
import { IObdPID } from './obdTypes.js'; declare const responsePIDS: IObdPID[]; export default responsePIDS;