UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

8 lines 261 B
export default function getHandlersForIncoming(portHandlers, incoming) { const port = incoming?.port; if (typeof port === 'number') { return portHandlers.get(port); } return undefined; } //# sourceMappingURL=getHandlersForIncoming.js.map