Skip to content

Commit

Permalink
Merge pull request #58 from wwsalmon/patch-1
Browse files Browse the repository at this point in the history
Export types from index.ts
  • Loading branch information
MQpeng authored Dec 17, 2024
2 parents 7c1b908 + 976815d commit f74686e
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 f74686e

Please sign in to comment.