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
/
value
/
index.ts
5 lines
(4 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
"./integer"
;
export
*
from
"./maxValue"
;
export
*
from
"./minValue"
;
export
*
from
"./decimals"
;