import { ValuedGraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/valued-link.ts";
const { getLink } = ValuedGraphElement;
Returns the nodes of the link graph element if the given element e
is
a Link element, or undefined otherwise.
Parameters
e: ValuedGraphElement<N, V>
- the graph element