Skip to main content
Module

x/hkts/types.ts>Or

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

Or

Replaces a type A with B if B doesn't extend never;


definition: B extends never ? A : B