diff --git a/src/index.ts b/src/index.ts index 974229e..1069446 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,6 +20,7 @@ import { OptionOrNull, BoundaryRawData, BoundaryConvertedData, + BoundaryHeaders, } from './interface'; import { addressparser } from './addressparser'; @@ -966,6 +967,11 @@ export { encode, decode, completeBoundary, + ParsedEmlJson, + ReadedEmlJson, + EmailAddress, + Attachment, + BoundaryHeaders, parse as parseEml, read as readEml, build as buildEml,