UNPKG

arela

Version:

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

12 lines 336 B
/** * Generate descriptive slice names from file patterns */ /** * Suggest a name for a slice based on its files */ export declare function suggestSliceName(files: string[]): string; /** * Get emoji for a feature type */ export declare function getFeatureEmoji(sliceName: string): string; //# sourceMappingURL=slice-namer.d.ts.map