UNPKG

gramio

Version:

Powerful, extensible and really type-safe Telegram Bot API framework

9 lines (7 loc) 200 B
/** * @module * * Pack of useful utilities for Telegram Bot API and GramIO */ declare function withRetries<Result>(resultPromise: () => Promise<Result>): Promise<Result>; export { withRetries };