UNPKG

@jamesgopsill/repetier-server-client

Version:
7 lines (6 loc) 107 B
export function disconnect() { if (this.ws) { this.ws.close(); this.ws = null; } }