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.d.ts 194B

1234567
  1. import { Polling } from "./polling";
  2. import { WebSocket } from "./websocket";
  3. declare const _default: {
  4. polling: typeof Polling;
  5. websocket: typeof WebSocket;
  6. };
  7. export default _default;