-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c42ad9
commit 04e9ea0
Showing
7 changed files
with
40 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
declare module 'mimetext' { | ||
|
||
import { MIMEMessage } from '../MIMEMessage.js'; | ||
export declare function createMimeMessage(): MIMEMessage; | ||
export { MIMEMessage } from '../MIMEMessage.js'; | ||
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'; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
declare module 'mimetext' { | ||
|
||
import { MIMEMessage } from '../MIMEMessage.js'; | ||
export declare function createMimeMessage(): MIMEMessage; | ||
export { MIMEMessage } from '../MIMEMessage.js'; | ||
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'; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
declare module 'mimetext' { | ||
|
||
import { MIMEMessage } from '../MIMEMessage.js'; | ||
export declare function createMimeMessage(): MIMEMessage; | ||
export { MIMEMessage } from '../MIMEMessage.js'; | ||
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'; | ||
|
||
} |