@huanlin/temp-email
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Temp-Email

Install

yarn add @huanlin/temp-mail

Use

export interface Email {
    address_from: string;
    eid: string;
    e_subject: string;
    e_date: number;
    name_to: string;
    name_from: string;
}
export declare function getTempEmail(maxRetries: number): Promise<string>;
export declare function waitForInbox(email: string): Promise<Email>;
export declare function getAllEmails(email: string): Promise<Email[]>;

Readme

Keywords

none

Package Sidebar

Install

npm i @huanlin/temp-email

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

76.7 kB

Total Files

11

Last publish

Collaborators

  • huanlin