UNPKG

arela

Version:

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

6 lines 272 B
export interface CreateSliceVersionResult { newSlicePath: string; newSpecPath?: string; } export declare function createSliceVersion(repoPath: string, slice: string, version: number): Promise<CreateSliceVersionResult>; //# sourceMappingURL=version-creator.d.ts.map