UNPKG

bittorrent-dht

Version:

Simple, robust, BitTorrent DHT implementation

4 lines (3 loc) 191 B
/*! bittorrent-dht. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */ export { default as Client, default } from './client.js' export { default as Server } from './server.js'