UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

3 lines (2 loc) 154 B
import type { DocumentOutlineItem } from '../document-outline.js'; export declare function extractMarkdownOutline(source: string): DocumentOutlineItem[];