Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$shared.ts>$logger.AnyFn

🚀 (Deno) enhanced executor
Latest
type alias $logger.AnyFn
import { type $logger } from "https://deno.land/x/dxx@rf/src/lib/$shared.ts";
const { AnyFn } = $logger;

Type Parameters

optional
TArgs = any
optional
TResult = any
definition: (...args: TArgs[]) => TResult