Skip to main content
Module

x/frugal/docs/toc.ts>TocNode

A frugal web framework
Go to Latest
type alias TocNode
import { type TocNode } from "https://deno.land/x/frugal@0.2.1/docs/toc.ts";
definition: { name: string; slug: string; children?: TocNode[]; }