UNPKG

@sconedev/ai_toolkit

Version:

Simplify AI integration in web apps with local and offline model support

2 lines (1 loc) 85 B
export declare function retry<T>(fn: () => Promise<T>, retries: number): Promise<T>;