UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

5 lines (4 loc) 127 B
/** * Shared HTML escaping helper for UI string interpolation. */ export declare function escapeHtml(value: string): string;