Skip to content

pasindu-pr/Disposable-Email-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disposable Email Finder

Disposable email finder is a package to find if an email address is a disposable one or not.

####How to use?

import isDisposableEmail from "disposable-email-finder/index.mjs";

const checkEmail = async () => {
  const result = await isDisposableEmail("[email protected]");
  console.log(result);
};

checkEmail();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published