UNPKG

mdtocs

Version:

Markdown table of contents generator.

3 lines (2 loc) 101 B
import type { Heading } from '../types'; export declare function parse(markdown: string): Heading[];