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.

8 lines (7 loc) 161 B
export var Modes; (function (Modes) { Modes["01"] = "01"; Modes["03"] = "03"; Modes["04"] = "04"; Modes["09"] = "09"; })(Modes || (Modes = {}));