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) 222 B
module.exports = function (RED) { function TyntecConfigNode(config) { RED.nodes.createNode(this, config); this.phonenumber = config.phonenumber; } RED.nodes.registerType('phone-number', TyntecConfigNode); };