Skip to content

Commit

Permalink
Export types from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsalmon authored Dec 16, 2024
1 parent 7c1b908 commit 976815d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
OptionOrNull,
BoundaryRawData,
BoundaryConvertedData,
BoundaryHeaders,
} from './interface';
import { addressparser } from './addressparser';

Expand Down Expand Up @@ -966,6 +967,11 @@ export {
encode,
decode,
completeBoundary,
ParsedEmlJson,
ReadedEmlJson,
EmailAddress,
Attachment,
BoundaryHeaders,
parse as parseEml,
read as readEml,
build as buildEml,
Expand Down

0 comments on commit 976815d

Please sign in to comment.