UNPKG

telebot

Version:

The easy way to write Telegram bots.

6 lines (5 loc) 261 B
/// <reference types="node" /> import { UrlWithStringQuery } from "url"; export declare function convertToArray<T>(data: T | T[]): Array<T>; export declare function parseUrl(url: string): UrlWithStringQuery; export declare function toString(data: any): string;