UNPKG

@typed/io

Version:

Runtime IO type system

3 lines 207 B
import { Decoder, TypeOf } from './Decoder'; export declare const union: <A extends readonly Decoder<any>[]>(decoders: A, expected?: string) => Decoder<TypeOf<A[number]>>; //# sourceMappingURL=Union.d.ts.map