UNPKG

io-ts-extra

Version:

Adds pattern matching, optional properties, and several other helpers and types, to io-ts.

10 lines (9 loc) 232 B
// codegen:start {preset: barrel} export * from './combinators' export * from './mapper' export * from './match' export * from './narrow' export * from './reporters' export * from './shorthand' export * from './util' // codegen:end