UNPKG

dograma

Version:

NodeJS/Browser MTProto API Telegram client library,

13 lines (12 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PromisedNetSockets = void 0; class PromisedNetSockets { constructor(...args) { } connect(...args) { } close(...args) { } write(...args) { } readExactly(...args) { } read(...args) { } } exports.PromisedNetSockets = PromisedNetSockets;