Skip to main content
Module

x/monads/either/either.ts>Match

👻 Option, Result, and Either types for TypeScript; Inspired by Rust
Latest
interface Match
import { type Match } from "https://deno.land/x/monads@v0.5.10/either/either.ts";

Properties

left: (val: L) => U
right: (val: R) => U