UNPKG
pomelo-components
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
pomelo components, like protobuf, dictionary
pomelo-components
/
index.js
6 lines
(4 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
var
Components
= {};
Components
.
protobuf
=
require
(
'./lib/components/protobuf'
);
Components
.
dictionary
=
require
(
'./lib/components/dictionary'
);
module
.
exports
=
Components
;