integreat-transporter-http
Version:
HTTP transporter for Integreat
5 lines (4 loc) • 326 B
TypeScript
import type { Dispatch, Response, AuthenticateExternal } from 'integreat';
import type { Connection, PortHandlers } from './types.js';
declare const _default: (portHandlers: PortHandlers) => (dispatch: Dispatch, connection: Connection | null, authenticate: AuthenticateExternal) => Promise<Response>;
export default _default;