UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

2 lines (1 loc) 97 B
export declare function withSpinner<T>(message: string, callback: () => Promise<T>): Promise<T>;