7 lines
205 B
JavaScript
Raw Normal View History

2020-05-17 12:38:46 -07: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 }