We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab971c8 commit b7d8f0fCopy full SHA for b7d8f0f
README.md
@@ -46,5 +46,16 @@ const main = async () => {
46
// }
47
48
49
+
50
+ // Can also be called with these options
51
+ await validate({
52
+ email: 'name@example.org',
53
+ sender: 'name@example.org',
54
+ validateRegex: true,
55
+ validateMx: true,
56
+ validateTypo: true,
57
+ validateDisposable: true,
58
+ validateSMTP: true,
59
+ })
60
}
61
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "deep-email-validator",
3
- "version": "0.1.11",
+ "version": "0.1.12",
4
"files": [
5
"dist/**/*"
6
],
0 commit comments