UNPKG

vroom-web-sdk-beta

Version:

VROOM SDK (beta) by True Virtual World

10 lines (7 loc) 203 B
import handleCloseWs from './handleClose.ws' import handleErrorWs from './handleError.ws' const wsEventFn = { handleCloseWs: handleCloseWs, handleErrorWs: handleErrorWs, } export default wsEventFn