UNPKG

ai-functions

Version:

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

10 lines 316 B
interface CliOptions { version?: boolean; help?: boolean; } export declare function parseArgs(args: string[]): CliOptions; export declare function showHelp(): void; export declare function showVersion(): void; export declare function cli(args?: string[]): void; export {}; //# sourceMappingURL=index.d.ts.map