teleform
Version:
Format Telegram messages, escape special characters, switch formatting styles, convert special entities to formatted text and vice versa, form Telegram links, use Unicode symbols.
10 lines (9 loc) • 462 B
TypeScript
import { STYLES } from './styles.js';
import { mdv2 } from './mdv2.js';
import { html } from './html.js';
import { mdv1 } from './mdv1.js';
import { link } from './link.js';
import { symbol } from './symbol.js';
import { spaces } from './whitespace.js';
import { newlines } from './whitespace.js';
export { STYLES, STYLES as PARSE_MODES, mdv2, mdv2 as md, html, mdv1, link, link as telink, symbol, symbol as sm, spaces, spaces as ls, newlines, newlines as ln };