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
/
client
/
path.js
8 lines
(7 loc)
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
var
__importDefault = (
this
&&
this
.
__importDefault
) ||
function
(
mod
) {
return
(mod && mod.
__esModule
) ? mod : {
"default"
: mod }; };
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
path_1 =
__importDefault
(
require
(
"path"
));
exports
.
default
= path_1.
default
;