UNPKG

kad-webrtc

Version:
9 lines (6 loc) 142 B
/** * @module kad-webrtc */ 'use strict'; module.exports = require('./lib/transport'); module.exports.Contact = require('./lib/contact');