UNPKG

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

10 lines (8 loc) 129 B
const tryParse = str => { try { return JSON.parse(str); } catch(e) { return null; } }; module.exports = tryParse;