UNPKG

ai-functions

Version:

A powerful TypeScript library for building AI-powered applications with template literals and structured outputs

3 lines 185 B
import type { ListStreamFunction, ListOptions } from './types'; export declare const createListStream: (options: ListOptions) => ListStreamFunction; //# sourceMappingURL=stream.d.ts.map