UNPKG

telebot

Version:

The easy way to write Telegram bots.

5 lines (4 loc) 125 B
declare module "browser-process-hrtime" { function hrtime(time?: [number, number]): [number, number]; export = hrtime; }