UNPKG
indicative-utils
Version:
alpha (1.0.1)
latest (7.0.4)
7.0.4
7.0.3
7.0.1
7.0.0
6.0.0
1.0.2
1.0.1
1.0.0
Reusable utilities for indicative validation library
indicative-utils
/
build
/
index.d.ts
6 lines
(5 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
export
{ cast }
from
'./src/cast'
;
export
{ ensureLength }
from
'./src/ensureLength'
;
export
{ getValue }
from
'./src/getValue'
;
export
{ patchValue }
from
'./src/patchValue'
;
export
{ skippable }
from
'./src/skippable'
;