1
0
mirror of https://github.com/webtorrent/bittorrent-tracker synced 2025-10-06 00:02:49 +02:00
Files
bittorrent-tracker/index.js
Cas e6d3189edf feat: esm (#431)
BREAKING CHANGE: ESM only

* feat: esm

* fix: linter oops
2022-12-05 23:06:54 +01:00

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 }