Skip to main content
Latest
type alias TocHierarchy
import { type TocHierarchy } from "https://deno.land/x/frugal@0.9.6/doc/src/pages/blog/toc.ts";
definition: { segment: string; entry: TocEntry; children: Record<string, TocHierarchy>; }