UNPKG

macoolka-io

Version:

`macoolka-io` is Runtime type system for IO decoding/encoding.

15 lines (14 loc) 256 B
/** * io * @desczh * IO * @file */ export * from './date'; export * from './array'; export * from './common'; export * from './number'; export * from './string'; export * from 'io-ts'; export * from './Module'; export { Integer as int } from 'io-ts';