UNPKG

@flavoai/fastfold

Version:

Flavo frontend package

10 lines 373 B
/** * FastFold AI Module * Auto-generated AI endpoints using Vercel AI SDK */ import type { Express } from 'express'; import type { AIConfig } from '../types'; export declare function setupAIRoutes(app: Express, config: AIConfig): void; export { AIHooksProcessor, createAIHooksProcessor } from './hooks'; export default setupAIRoutes; //# sourceMappingURL=index.d.ts.map