bittorrent-tracker/index.js

7 lines
205 B
JavaScript
Raw Normal View History

2020-05-17 19:38:46 +00:00
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
import Client from './client.js'
import Server from './server.js'
export default Client
export { Client, Server }