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

1.1.3 • Public • Published

Installation

npm install --save @types/email-check

Summary

This package contains type definitions for email-check (https://github.com/pensierinmusica/email-check).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/email-check.

index.d.ts

declare namespace emailCheck {
    interface EmailCheckOptions {
        from?: string | undefined;
        host?: string | undefined;
        timeout?: number | undefined;
    }
}

declare function emailCheck(email: string, options?: emailCheck.EmailCheckOptions): Promise<boolean>;

export = emailCheck;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Luke Jones.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/email-check

Weekly Downloads

288

Version

1.1.3

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types