UNPKG

node-red-contrib-nodegen

Version:
5 lines (4 loc) 91 B
// name: lower-case // outputs: 1 msg.payload = msg.payload.toLowerCase(); return msg;