Skip to main content
Module

x/hkts/either.ts>isRight

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable isRight
import { isRight } from "https://deno.land/x/hkts@v0.0.52/either.ts";

type

<L, R>(m: Either<L, R>) => m is Right<R>