UNPKG
io-ts
Version:
latest (2.2.22)
next (2.0.3)
2.2.22
2.2.21
2.2.20
2.2.19
2.2.18
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.8
0.9.8-rc
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.2-dev.20171215
0.9.1
0.9.1-dev.20171201
0.9.0
0.9.0-dev.20171123
0.9.0-dev.20171122
0.9.0-dev.20171117
0.9.0-dev.20171113
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
TypeScript runtime type system for IO decoding/encoding
github.com/gcanti/io-ts
gcanti/io-ts
io-ts
/
lib
/
Reporter.d.ts
11 lines
(10 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@since
1.0.0 */
import
{
Validation
}
from
'./index'
/** *
@since
1.0.0 */
export
interface
Reporter
<A> {
report
:
(
validation
:
Validation
<
any
>
) =>
A }