UNPKG

@tanislav000/bluetooth-socket

Version:

Node.JS Socket for communication with AF_BLUETOOTH sockets

7 lines 226 B
declare module 'bluetooth-socket' { import { Duplex, DuplexOptions } from 'stream'; class BluetoothSocket extends Duplex { constructor(fd: number, options?: DuplexOptions); } export = BluetoothSocket; }