Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fonction/src/types/index.ts>Arity1Fn

A modern practical functional library
Latest
type alias Arity1Fn
import { type Arity1Fn } from "https://deno.land/x/fonction@v2.1.0-beta.4/src/types/index.ts";

Type of arity 1 function.

Type Parameters

optional
T = any
optional
U = unknown
definition: (args: T) => U