is-email-generated
is a module that helps determine if an email address is generated or not. This can be useful for filtering out temporary or disposable email addresses.
To install the module, use npm:
npm install is-email-generated
Here is an example of how to use the is-email-generated
module:
const isEmailGenerated = require('is-email-generated');
const email = '[email protected]';
const result = isEmailGenerated(email);
console.log(`Is the email generated? ${result}`);
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
Email list from