FGRibreau / mailchecker

:mailbox: Cross-language temporary (disposable/throwaway) email detection library. Covers 55 734+ fake email providers.
https://twitter.com/FGRibreau
MIT License
1.64k stars 258 forks source link

fix: correct return type for `blacklist` fn #460

Closed ndianabasi closed 3 months ago

ndianabasi commented 3 months ago

The blacklist function returns a Set ofstrings not Array of strings.