UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

4 lines (3 loc) 191 B
import type { Connection, PortHandlers } from './types.js'; declare const _default: (portHandlers: PortHandlers) => (connection: Connection | null) => Promise<void>; export default _default;