Get ts/es etc figured out

This commit is contained in:
Jonathan Staab
2023-03-25 11:48:34 -05:00
parent daca5adf11
commit a6d6c0432d
11 changed files with 6599 additions and 499 deletions
+1
View File
@@ -3,6 +3,7 @@ import {Relay} from "./Relay"
const normalizeUrl = url => url.replace(/\/+$/, "").toLowerCase().trim()
export class Pool {
relays: Map<string, Relay>
constructor() {
this.relays = new Map()
}