servatrice/webclient/src/websocket/utils/index.ts
Jeremy Letto 586f23cfa9
Webatrice websocket refactor (#4435)
* add unit tests for websocket events

* add unit tests for KeepAliveService, clean up keepAlive termination flow

* put keepAlive command in protobuf service and expose thru webClient

* secure wss

* rename files tsx to ts

* add localhost support for ws/wss connection

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2021-10-17 20:52:59 -04:00

2 lines
No EOL
65 B
TypeScript

export * from "./guid.util";
export * from "./sanitizeHtml.util";