UNPKG

@ermitsrl/bluetooth-le

Version:

Capacitor plugin for Bluetooth Low Energy

10 lines 197 B
import throat from 'throat'; export function getQueue(enabled) { if (enabled) { return throat(1); } else { return (fn) => fn(); } } //# sourceMappingURL=queue.js.map