UNPKG
does-email-exist
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Validates emails
playcode.io/ai-website-builder
playcode/does-email-exist
does-email-exist
/
dist
/
index.d.ts
6 lines
(5 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ValidatorOptions
}
from
'./options/options'
;
import
{
OutputFormat
}
from
'./output/output'
;
import
'./types'
;
export
declare
function
check
(
emailOrOptions
:
string
|
ValidatorOptions
):
Promise
<
OutputFormat
>;
export
default
check;