mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 12:11:36 +00:00
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
|
|
const Client = require('./client')
|
|
const Server = require('./server')
|
|
|
|
module.exports = Client
|
|
module.exports.Client = Client
|
|
module.exports.Server = Server
|