smart-energy-monitor/software/flow/node_modules/socket.io/wrapper.mjs

4 lines
82 B
JavaScript
Raw Normal View History

2023-02-22 17:26:41 +01:00
import io from "./dist/index.js";
export const {Server, Namespace, Socket} = io;