mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-12 18:36:28 +00:00
e6d3189edf
BREAKING CHANGE: ESM only * feat: esm * fix: linter oops
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 }
|