UNPKG

react-native-obd-retriver

Version:

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

6 lines 179 B
/** * Re-export all types from utils/types.ts for backward compatibility */ export * from './utils/types'; export * from './utils/constants'; //# sourceMappingURL=types.d.ts.map