UNPKG

@energyweb/node-red-contrib-green-proof-worker

Version:

## Peer dependencies

9 lines (8 loc) 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_1 = require("../api"); const source_http_api_node_1 = require("./source-http-api.node"); const nodeInitializer = (RED) => { RED.nodes.registerType('source-http-api', (0, source_http_api_node_1.SourceHttpApi)(new api_1.NodeRedApi(RED))); }; module.exports = nodeInitializer;