UNPKG

@jamesgopsill/repetier-server-client

Version:
11 lines (10 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.disconnect = void 0; function disconnect() { if (this.ws) { this.ws.close(); this.ws = null; } } exports.disconnect = disconnect;