From 976815d63138257681443baea45187caa2cd9f3d Mon Sep 17 00:00:00 2001 From: Samson Zhang Date: Mon, 16 Dec 2024 12:21:15 -0500 Subject: [PATCH] Export types from index.ts --- src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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,