type alias AnyFunctionimport { type AnyFunction } from "https://deno.land/x/easy_std@v0.2.1/src/type.ts"; definition: (...args: any) => any