UNPKG

node-red-node-email

Version:

Node-RED nodes to send and receive simple emails.

4 lines (3 loc) 120 B
module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; };