UNPKG

sidtest

Version:

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

9 lines (8 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Adder { constructor(a, b) { return a + b; } } exports.default = Adder;