Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable gamla.filter
Re-export
import { gamla } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { filter } = gamla;

type

<F extends Func>(f: F) => (_: ParamOf<F>[]) => F extends AsyncFunction ? Promise<ParamOf<F>[]> : ParamOf<F>[]