UNPKG

polyfact-io-ts

Version:

A modified version of io-ts, the TypeScript runtime type system for IO decoding/encoding, to fit with the needs of the Polyfact project.

8 lines (7 loc) 152 B
import { Reporter } from './Reporter' /** * @category deprecated * @since 1.0.0 * @deprecated */ export declare const ThrowReporter: Reporter<void>