UNPKG

rxjs-obd

Version:

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

3 lines (2 loc) 114 B
import { OBDData } from '../model'; export declare const isSupportedPID: (data: OBDData, pid: string) => boolean;