UNPKG

ircgrampp

Version:

IRCGram++ is a complexly simple Telegram <-> IRC Gateway

10 lines (8 loc) 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.escapeMarkdown = escapeMarkdown; function escapeMarkdown(str) { return str.replace(/([`\*_\[])/g, `\\$1`); }