UNPKG
telegram-login-button
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
React Telegram login button
bardiarastin/telegram-login-button
thisisamir98/telegram-login-button
telegram-login-button
/
dist
/
index.js
8 lines
(6 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./telegram-login-button.cjs.production.js'
) }
else
{
module
.
exports
=
require
(
'./telegram-login-button.cjs.development.js'
) }