@rimbu/graph@rimbu/graph/customLinkOn this pagetype Link<N>A potentially valued connection between two nodes, being a 2-valued or 3-valued tuple of which the first two elements are nodesCompanion namespace: LinkDefinitionexport type Link<N> = [N, N] | [N, N, unknown];