UNPKG

aiwrapper

Version:

A Universal AI Wrapper for JavaScript & TypeScript

3 lines (2 loc) 223 B
export declare const setProcessResponseStreamImpl: (impl: (response: Response, onProgress: any) => Promise<void>) => void; export declare const processResponseStream: (response: Response, onProgress: any) => Promise<void>;