* Terminates a web socket * @param {string} endpoint - the string associated with the endpoint * @return {undefined}
(endpoint: string)
| 102 | * @return {undefined} |
| 103 | */ |
| 104 | terminate(endpoint: string): any; |
| 105 | terminate(...args: any): any; |
| 106 | |
| 107 | depth(...args: any): any; |
no outgoing calls
no test coverage detected