mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-24 09:38:13 +08:00
Add npm package (disposable-email-domains-js) link for README.md (#504)
This commit is contained in:
parent
45d91536cf
commit
5cbcfb29fb
@ -133,6 +133,8 @@ async function isDisposable(email) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively check out NPM package https://github.com/mziyut/disposable-email-domains-js.
|
||||||
|
|
||||||
### C#
|
### C#
|
||||||
```C#
|
```C#
|
||||||
private static readonly Lazy<HashSet<string>> _emailBlockList = new Lazy<HashSet<string>>(() =>
|
private static readonly Lazy<HashSet<string>> _emailBlockList = new Lazy<HashSet<string>>(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user