mirror of
https://github.com/webtorrent/bittorrent-tracker
synced 2025-10-06 00:02:49 +02:00
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
/*! 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 }
|