UNPKG

@telegraf/entity

Version:

Convert Telegram entities to HTML or Markdown

4 lines (3 loc) 163 B
import type { Serialiser, Node } from "./types.js"; export declare const HTML: Serialiser; export declare function MarkdownV2(match: string, node?: Node): string;