import { type AnyAsync } from "https://deno.land/x/gamla@91.0.0/src/typing.ts";
definition: Functions extends [infer f, ...infer rest] ? f extends AsyncFunction ? any : AnyAsync<rest> : never
import { type AnyAsync } from "https://deno.land/x/gamla@91.0.0/src/typing.ts";