UNPKG
pomelo-components
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
pomelo components, like protobuf, dictionary
pomelo-components
/
lib
/
util
/
constant.js
8 lines
(7 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
Constant
=
{ TYPE_CLIENT:
'client'
, TYPE_SERVER:
'server'
, PROTO_MESSAGE:
'Message'
, FUNCTION_PRIVATE:
'_'
};
module
.
exports
= Constant;