Files
lettabot/src/types/telegramify-markdown.d.ts
2026-02-17 18:58:55 -08:00

4 lines
131 B
TypeScript

declare module 'telegramify-markdown' {
export default function telegramifyMarkdown(input: string, strategy?: string): string;
}