UNPKG

typescript-monads

Version:
5 lines 153 B
import { Either } from './either'; export function either(left, right) { return new Either(left, right); } //# sourceMappingURL=either.factory.js.map