UNPKG

rxjs-obd

Version:

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

3 lines (2 loc) 114 B
import { OperatorFunction } from 'rxjs'; export declare function obdReader(): OperatorFunction<string, string[]>;