UNPKG

@jsdevtools/rehype-toc

Version:

A rehype plugin that adds a table of contents (TOC) to the page

6 lines (5 loc) 158 B
import { Node } from "unist"; /** * Returns the text content of all children of the given node */ export declare function getInnerText(node: Node): string;