UNPKG
mtproton
Version:
latest (6.0.0)
6.0.0
5.9.0
Telegram API JS (MTProto) client library for browser and nodejs
mtproton
/
src
/
utils
/
common
/
base-debug
/
index.js
4 lines
(2 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
const
createDebug
=
require(
'debug'
);
module
.
exports
= createDebug(
'mtproton'
);