UNPKG

ai-functions

Version:

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

5 lines 174 B
import { AI, ListFunction } from './types'; export declare const ai: AI; export declare const list: ListFunction; export * from './types'; //# sourceMappingURL=index.d.ts.map