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

x/entropy/src/utils/types/any_function.type.ts>AnyFunction

The core module of Entropy framework for Deno.
Latest
type alias AnyFunction
import { type AnyFunction } from "https://deno.land/x/entropy@1.0.0-beta.17/src/utils/types/any_function.type.ts";

Type Parameters

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