Skip to main content
type alias ChannelListener

Definition

(
message: unknown,
name: string | symbol,
) => void
Back to top