UNPKG

@capacitor-community/bluetooth-le

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