UNPKG

gramio

Version:

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

13 lines (8 loc) 281 B
'use strict'; var rich = require('@gramio/format/rich'); Object.keys(rich).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return rich[k]; } }); });