UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

3 lines (2 loc) 236 B
import type { Connection, ServiceOptions } from './types.js'; export default function connect(options: ServiceOptions, _authentication: Record<string, unknown> | null, existingConnection: Connection | null): Promise<Connection | null>;