import { type Traverse } from "https://deno.land/x/rimbu@1.0.0/graph/main/index.ts";
const { LinkType } = Traverse;
Utility type to determine if a graph has valued or unvalued links
Type Parameters
G extends VariantGraphBase<any, any>
import { type Traverse } from "https://deno.land/x/rimbu@1.0.0/graph/main/index.ts";
const { LinkType } = Traverse;
Utility type to determine if a graph has valued or unvalued links