UNPKG

@waku/core

Version:

TypeScript implementation of the Waku v2 protocol

3 lines (2 loc) 150 B
import type { Connection } from "@libp2p/interface"; export declare function selectOpenConnection(connections: Connection[]): Connection | undefined;