Add npm package (disposable-email-domains-js) link for README.md (#504)

This commit is contained in:
Yuta Mizui 2024-08-18 16:26:52 +09:00 committed by GitHub
parent 45d91536cf
commit 5cbcfb29fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,6 +133,8 @@ async function isDisposable(email) {
}
```
Alternatively check out NPM package https://github.com/mziyut/disposable-email-domains-js.
### C#
```C#
private static readonly Lazy<HashSet<string>> _emailBlockList = new Lazy<HashSet<string>>(() =>