1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/node_modules/bittorrent-tracker/index.js
2023-02-17 15:04:26 -03:00

7 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