UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 212 B
import { Either } from '@typed/either'; import { Decoder } from './Decoder'; export declare const either: <A, B>(left: Decoder<A>, right: Decoder<B>) => Decoder<Either<A, B>>; //# sourceMappingURL=Either.d.ts.map