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>AnyFn

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

Type of any function.

Type Parameters

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