UNPKG

node-red-node-email

Version:

Node-RED nodes to send and receive simple emails.

6 lines (5 loc) 120 B
/** * Encoding conversion table for JIS to UTF-8 */ var JIS_TO_UTF8_TABLE = null; module.exports = JIS_TO_UTF8_TABLE;