Skip to main content
Module

x/monads/index.ts>isLeft

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

Returns

val is ResLeft<L, R>