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
/
serialisers.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
import
type
{
Serialiser
,
Node
}
from
"./types.js"
;
export
declare
const
HTML
:
Serialiser
;
export
declare
function
MarkdownV2
(
match
:
string
,
node
?:
Node
):
string
;