UNPKG

typescript-monads

Version:
3 lines 164 B
import { IEither } from './either.interface'; export declare function either<L, R>(left?: L, right?: R): IEither<L, R>; //# sourceMappingURL=either.factory.d.ts.map