UNPKG

@profitsniper/telegram

Version:

While developing with Typescript and Node.js is awesome, **setting up a new project is painful**. This minimal and modern starter repo is here to help you get started with Node.js and Typecript without the pain.

4 lines (3 loc) 131 B
import { type TelegramPlugin } from '@profitsniper/shared'; declare const sendMessage: TelegramPlugin; export default sendMessage;