import { GraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/index.ts";
const { getSingleNode } = GraphElement;
Returns the value of a single node graph element if the given element e
is a single
node, or the given otherwise
fallback value otherwise.
Parameters
e: GraphElement<N>
- the graph element