UNPKG

webserial-core

Version:

A strongly-typed, event-driven, abstract TypeScript library for the Web Serial API with custom parsers, command queue, handshake validation, and auto-reconnect.

7 lines (6 loc) 200 B
/** * @file index.ts * Web USB adapter — re-exports `WebUsbProvider` as the public API * for using the WebUSB API as a serial transport. */ export { WebUsbProvider } from './WebUsbProvider.js';