node-red-contrib-chatbot
Version:
REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required
1 lines • 111 B
JavaScript
export default (...functions) => (state, action) => functions.reduceRight((acc, fn) => fn(acc, action), state);