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) 241 B
/** * @file index.ts * WebSocket adapter — re-exports `createWebSocketProvider` as the public API * for relaying serial communication over a WebSocket bridge server. */ export { createWebSocketProvider } from './WebSocketProvider.js';