UNPKG

vroom-web-sdk-beta

Version:

VROOM SDK (beta) by True Virtual World

8 lines (7 loc) 230 B
import handleCloseWs from './handleClose.ws'; import handleErrorWs from './handleError.ws'; declare const wsEventFn: { handleCloseWs: typeof handleCloseWs; handleErrorWs: typeof handleErrorWs; }; export default wsEventFn;