UNPKG

syia-mcp-utils

Version:

Global utility functions for MCP server

11 lines (10 loc) 338 B
/** * Converts a markdown link to an HTML link * @param text The markdown text containing links * @returns The text with markdown links converted to HTML links */ export declare function markdownToHtmlLink(text: string): string; declare const _default: { markdownToHtmlLink: typeof markdownToHtmlLink; }; export default _default;