UNPKG
graph-common
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Open Graph API core js lib
github.com/pirati-cz/graph-common
pirati-cz/graph-common
graph-common
/
lib
/
index.js
7 lines
(4 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
(
function
(
) {
exports
.
Graph
=
require
(
'./graph'
);
exports
.
ConfigurationManager
=
require
(
'./configuration_manager'
); }).
call
(
this
);