Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 253B

12345678
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. const polling_1 = require("./polling");
  4. const websocket_1 = require("./websocket");
  5. exports.default = {
  6. polling: polling_1.Polling,
  7. websocket: websocket_1.WebSocket
  8. };