UNPKG

@ermitsrl/bluetooth-le

Version:

Capacitor plugin for Bluetooth Low Energy

4 lines (3 loc) 124 B
type Queue = <T>(fn: () => Promise<T>) => Promise<T>; export declare function getQueue(enabled: boolean): Queue; export {};