type alias is_what.AnyAsyncFunctionimport { type is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts"; const { AnyAsyncFunction } = is_what; definition: (...args: any[]) => Promise<any>