UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

4 lines (3 loc) 136 B
import type { Adapter } from './adapter'; export declare const EVENT_ENABLED = "enabledchanged"; export declare const adapter: Adapter;