Skip to content

Type Alias: ChannelResolver

ChannelResolver = (port) => { project: string; tag: string; } | undefined

Defined in: index.ts:41

Maps a channel web-backend port to its session, for enriching host info.

Parameters

port

number

Returns

{ project: string; tag: string; } | undefined