Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
muratgozel committed Feb 11, 2024
1 parent 876c620 commit c973e20
Show file tree
Hide file tree
Showing 38 changed files with 167 additions and 30 deletions.
5 changes: 5 additions & 0 deletions build/entrypoints/browser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ export { Mailbox } from '../Mailbox.js';
export { MIMETextError } from '../MIMETextError.js';
export { MIMEMessageHeader } from '../MIMEMessageHeader.js';
export { MIMEMessageContent } from '../MIMEMessageContent.js';
export type * from '../MIMEMessage.js';
export type * from '../Mailbox.js';
export type * from '../MIMETextError.js';
export type * from '../MIMEMessageHeader.js';
export type * from '../MIMEMessageContent.js';
5 changes: 5 additions & 0 deletions build/entrypoints/gas.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ export { Mailbox } from '../Mailbox.js';
export { MIMETextError } from '../MIMETextError.js';
export { MIMEMessageHeader } from '../MIMEMessageHeader.js';
export { MIMEMessageContent } from '../MIMEMessageContent.js';
export type * from '../MIMEMessage.js';
export type * from '../Mailbox.js';
export type * from '../MIMETextError.js';
export type * from '../MIMEMessageHeader.js';
export type * from '../MIMEMessageContent.js';
5 changes: 5 additions & 0 deletions build/entrypoints/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ export { Mailbox } from '../Mailbox.js';
export { MIMETextError } from '../MIMETextError.js';
export { MIMEMessageHeader } from '../MIMEMessageHeader.js';
export { MIMEMessageContent } from '../MIMEMessageContent.js';
export type * from '../MIMEMessage.js';
export type * from '../Mailbox.js';
export type * from '../MIMETextError.js';
export type * from '../MIMEMessageHeader.js';
export type * from '../MIMEMessageContent.js';
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c973e20

Please sign in to comment.