UNPKG
@seges/angular-validators
Version:
latest (3.1.2)
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript 1.8.10
@seges/angular-validators
/
src
/
app
/
validators
/
index.ts
6 lines
(5 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
"./IValidator"
;
export
*
from
"./angular.validator"
;
export
*
from
"./dateTime"
;
export
*
from
"./value"
;
export
*
from
"./validators.module"
;