mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
12 lines
180 B
TypeScript
12 lines
180 B
TypeScript
/**
|
|
* Email Parser Plugin Export
|
|
*/
|
|
|
|
export {
|
|
emailParserExecutor,
|
|
EmailParserExecutor,
|
|
type EmailHeaders,
|
|
type EmailAttachment,
|
|
type ParsedEmail
|
|
} from './src/index';
|