Expose yggdrasil to API consumer

The Yggdrasil library should be exposed to API consumer.
This commit is contained in:
Robin Lambertz 2014-01-10 12:55:16 +01:00
parent c6d228d7de
commit d1490e928a

View file

@ -23,6 +23,7 @@ module.exports = {
Server: Server,
ping: require('./lib/ping'),
protocol: protocol,
yggdrasil: Yggdrasil,
};
function createServer(options) {