uci-websocket/src/index.mjs

5 lines
81 B
JavaScript

import Socket from './socket'
export { Socket as Socket }
export default Socket