Skip to main content
Module

x/hkts/types.ts>Fn

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

Fn Type

Represents a function with arbitrary arity of arguments


Type Parameters

AS extends unknown[]
B
definition: (...as: AS) => B