UNPKG

react-native-obd-retriver

Version:

A React Native hook library to manage Bluetooth Low Energy connections and communication with ELM327 OBD-II adapters.

4 lines 223 B
export { ProtocolManager } from './ProtocolManager'; export { PROTOCOL } from '../utils/constants'; export type { ProtocolConfig, TimingConfig, FlowControlConfig, } from '../utils/types'; //# sourceMappingURL=index.d.ts.map