UNPKG
metastocle-ms
Version:
latest (0.3.36)
0.3.36
0.3.35
0.3.34
0.3.33
0.3.32
0.3.31
0.3.30
0.2.31
0.2.29
Decentralized data storage
github.com/ortexx/metastocle
ortexx/metastocle
metastocle-ms
/
src
/
index.js
10 lines
(7 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
node
from
"./node.js"
;
import
client
from
"./client.js"
;
const
Node
=
node
();
const
Client
=
client
();
export
{
Client
};
export
{
Node
};
export
default
{
Client
,
Node
};