UNPKG

@tsailab/xai

Version:

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

6 lines (5 loc) 234 B
export declare const EventStreamContentType = "text/event-stream"; export declare const globalFetch: typeof fetch; export * from './streamable.types'; export * from './streamable.error'; export { XaiSseFetch } from './xai.sse.fetch';