UNPKG

react-native-obd-retriver

Version:

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

2 lines 220 B
Object.defineProperty(exports,"__esModule",{value:true});exports.delay=void 0;var delay=exports.delay=function delay(ms){return new Promise(function(resolve){setTimeout(resolve,ms);});}; //# sourceMappingURL=delay.js.map