UNPKG
telegram-timeout-fix
Version:
latest (2.26.11)
2.26.11
2.26.10
2.26.9
2.26.8
NodeJS/Browser MTProto API Telegram client library,
github.com/gram-js/gramjs
gram-js/gramjs
telegram-timeout-fix
/
inspect.js
6 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
inspect
=
void
0
;
var
util_1 =
require
(
"util"
);
Object
.
defineProperty
(
exports
,
"inspect"
, {
enumerable
:
true
,
get
:
function
(
) {
return
util_1.
inspect
; } });