We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb86f7 commit d3059b7Copy full SHA for d3059b7
index.js
@@ -1,6 +1,8 @@
1
var Client = require('./client')
2
var Server = require('./server')
3
+var Swarm = require('./lib/swarm')
4
5
module.exports = Client
6
module.exports.Client = Client
7
module.exports.Server = Server
8
+module.exports.Swarm = Swarm
0 commit comments