Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable withSpinner
import { withSpinner } from "https://deno.land/x/abstract_bot_api@85.0.0/src/index.ts";

type

<F extends (...params: any[]) => Promise<any>>(text: string, f: F) => F