1 2 3 4 5
import Connection from "./Connection"; export class ConnectionStore { public static connections: Map<string, Connection> = new Map(); }