Skip to main content
Module

x/hkts/fns.ts>call

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

Call

Takes a function and returns that function (pipeable Function.call)


type

<AS extends unknown[], B>(fn: Fn<AS, B>) => unknown