UNPKG
@telegraf/entity
Version:
latest (0.7.0)
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
Convert Telegram entities to HTML or Markdown
github.com/telegraf/entity
telegraf/entity
@telegraf/entity
/
types
/
escapers.d.ts
5 lines
(4 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
import
{
Escaper
}
from
"./types.js"
;
/** escapeHTML borrowed from https://github.com/feathers-studio/hyperactive/blob/bbd67beace6744c4b8b48637a96c2daed416ebde/hyper/util.ts */
export
declare
const
HTML
:
Escaper
;
export
declare
const
MarkdownV2
:
Escaper
;