Skip to main content
type alias Func
import { type Func } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Type Parameters

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