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 }