UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

9 lines (8 loc) 347 B
import { string_markdown_text } from '../../types/typeAliases'; /** * Removes Markdown formatting tags from a string. * * @param {string} str - The string to remove Markdown tags from. * @returns {string} The input string with all Markdown tags removed. */ export declare function removeMarkdownFormatting(str: string_markdown_text): string;