Skip to main content
Module

x/hkts/option.ts>exists

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

type

<A>(predicate: Predicate<A>) => unknown