UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

6 lines 244 B
/** * Generate HTTP client from OpenAPI spec */ import { OpenAPISpec } from './types.js'; export declare function generateClient(spec: OpenAPISpec, serviceName: string, baseURL?: string): string; //# sourceMappingURL=client-generator.d.ts.map