UNPKG

@hashbrownai/openai

Version:
7 lines (6 loc) 132 B
import { text } from './stream/text.fn'; export declare const HashbrownOpenAI: { stream: { text: typeof text; }; };