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