UNPKG

yopmail-helper

Version:

yopmail helper. It will help you receive the mail content.

4 lines (3 loc) 195 B
export declare let cookies: string[] | undefined; export declare function getCookie(): Promise<string[] | undefined>; export declare function createGetMailCookies(): Promise<string | undefined>;