Skip to main content
Module

x/hkts/these.ts>isBoth

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

type

<L, R>(m: These<L, R>) => m is Both<L, R>