import { type Callable } from "https://deno.land/x/rhum@v2.1.0/src/types.ts";
Describes the type as something that is callable.
definition: (...args: any[]) => ReturnValue
import { type Callable } from "https://deno.land/x/rhum@v2.1.0/src/types.ts";
Describes the type as something that is callable.