UNPKG

telegram-timeout-fix

Version:

NodeJS/Browser MTProto API Telegram client library,

12 lines (11 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Socket = void 0; class Socket { connect(...args) { } on(...args) { } write(...args) { } destroy(...args) { } unref(...args) { } } exports.Socket = Socket;