UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

3 lines (2 loc) 242 B
import type { ConnectionIncomingOptions, PortHandlers } from '../types.js'; export default function getHandlersForIncoming(portHandlers: PortHandlers, incoming?: ConnectionIncomingOptions): Set<import("../types.js").HandlerCase> | undefined;