'use strict'; import * as global from './global' import * as socket from './webSocket'; export default { ...global, ...socket, };