UNPKG

@tyntec/node-red-contrib-tyntec

Version:

[![](https://raw.githubusercontent.com/tyntec/node-red-contrib-tyntec/main/docs/logo.png)](https://tyntec.com)

8 lines (7 loc) 213 B
module.exports = function (RED) { function TyntecConfigNode(config) { RED.nodes.createNode(this, config); this.apikey = config.apikey; } RED.nodes.registerType('tyntec-config', TyntecConfigNode); };