UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

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