type alias AnyFuncimport { type AnyFunc } from "https://deno.land/x/rimbu@1.0.3/base/mod.ts"; Matches any type of function definition: (...args: any[]) => any