mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 18:54:53 +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';
|