UNPKG

tgind

Version:

Telegram bot api which gives you simplest way to make your bots

10 lines (9 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); let ar; function Stage(arr = {}) { if (arr) ar = arr; return ar; } exports.default = Stage;