UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

6 lines (5 loc) 179 B
import type { HtmlPreviewMode } from '../types.js'; export declare function renderHtmlPreview(content: string, mode: HtmlPreviewMode): { html: string; notice?: string; };