UNPKG

rxjs-obd

Version:

RxJS Implementation for OBD (On Board Diagnostics) of vehicles via ELM 327 connections.

5 lines 155 B
// Public Models export { OBDData } from './OBDData'; export { OBDField } from './OBDField'; export * from './OBDFields'; //# sourceMappingURL=index.js.map