UNPKG
atikin-universal-validator
Version:
latest (1.0.1)
1.0.1
1.0.0
A blazing-fast, zero-dependency validator for frontend and backend JS/TS applications.
atikin-universal-validator
/
dist
/
validators
/
isEmail.d.ts
2 lines
(1 loc)
•
57 B
TypeScript
View Raw
1
2
export
declare
function
isEmail
(
value
:
string
):
boolean
;