Get ts/es etc figured out
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user