UNPKG
react-native-agora-chat
Version:
alpha (1.3.0-alpha.1)
beta (1.3.1-beta.2)
latest (1.3.5)
1.3.5
1.3.4
1.3.2
1.3.1
1.3.1-beta.2
1.3.0-alpha.1
1.3.0-alpha.0
1.3.0-1
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.11
1.0.10
1.0.7
1.0.6
react native chat sdk
github.com/AgoraIO/Agora-Chat-API-Examples
AgoraIO/Agora-Chat-API-Examples
react-native-agora-chat
/
lib
/
commonjs
/
common
/
ChatConst.js
10 lines
(9 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
chatlog
=
void
0
;
var
_ChatLog =
require
(
"./ChatLog"
);
const
chatlog =
new
_ChatLog.
ChatLog
();
exports
.
chatlog
= chatlog;
//# sourceMappingURL=ChatConst.js.map