UNPKG

@actyx/sdk

Version:
3 lines (2 loc) 119 B
import * as t from 'io-ts'; export declare function validateOrThrow<T>(decoder: t.Decoder<any, T>): (value: any) => T;