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
/
index.d.ts
5 lines
(4 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./isEmail'
;
export
*
from
'./isStrongPassword'
;
export
*
from
'./isNumber'
;
export
*
from
'./isEmpty'
;