import { ValuedGraphElement } from "https://deno.land/x/rimbu@1.0.3/graph/custom/index.ts";
const { isSingleNode } = ValuedGraphElement;
Returns true if the given graph element e
is a single node.
Instructs the compiler that the type is a 1-tuple.
Parameters
e: ValuedGraphElement<any, any>
- the graph element