UNPKG
@derivate/io-ts-deriver
Version:
latest (0.1.3-alpha.0)
0.1.3-alpha.0
@derivate/io-ts-deriver
/
lib
/
io-ts-type.d.ts
6 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
t
from
'io-ts'
;
export
declare
const
__deriveIO
: {
derive
: <T>
() =>
t.
Type
<T, T,
unknown
>;
t
:
typeof
t; };