Intial Commit
This commit is contained in:
9
nodered/rootfs/data/node_modules/mailparser/index.js
generated
vendored
Normal file
9
nodered/rootfs/data/node_modules/mailparser/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
const MailParser = require('./lib/mail-parser');
|
||||
const simpleParser = require('./lib/simple-parser');
|
||||
|
||||
module.exports = {
|
||||
MailParser,
|
||||
simpleParser
|
||||
};
|
||||
Reference in New Issue
Block a user