UNPKG

@tsailab/xai

Version:

The loto-xai is an openai nodejs sdk compatible extension library.

3 lines (2 loc) 181 B
import { XFetch, XSSERequestOptions } from './xnode.sse.types'; export declare function xnodeSseFetchProxy(url: string, options: XSSERequestOptions, fetch?: XFetch): Promise<void>;