/ index.js
index.js
1  /*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
2  import Client from './client.js'
3  import Server from './server.js'
4  
5  export default Client
6  export { Client, Server }