import { type LinkType } from "https://deno.land/x/rimbu@0.13.5/graph/main/traverse/index.ts";
Utility type to determine if a graph has valued or unvalued links
Type Parameters
G extends VariantGraphBase<any, any>
definition: G extends VariantValuedGraphBase<N, infer V> ? ValuedLink<N, V> : Link<N>