UNPKG
simple-validator-js
Version:
latest (1.8.0)
1.8.0
1.7.0
1.6.0
1.5.0
1.4.8
1.4.7
1.4.6
1.4.5
Simple form validator and autocorrector.
github.com/fermmm/simple-validator
fermmm/simple-validator
simple-validator-js
/
dist
/
library
/
presets
/
countrySpecific
/
CountryPresets.d.ts
7 lines
(6 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Validation
}
from
"../.."
;
import
{
Ar
}
from
"./ar/Ar"
;
export
declare
class
CountryPresets
{
ar
:
Ar
;
constructor
(
validation
:
Validation
); }