UNPKG

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.

8 lines (7 loc) 158 B
export { spaces, newlines }; function spaces(number = 1) { return " ".repeat(number); } function newlines(number = 1) { return "\n".repeat(number); }