CustomContentToCamelCase Type — supabase Architecture
Architecture documentation for the CustomContentToCamelCase type/interface in getCustomContent.ts from the supabase codebase.
Entity Profile
Source Code
apps/docs/lib/custom-content/getCustomContent.ts lines 11–13
type CustomContentToCamelCase<S extends CustomContent> = S extends `${infer P}:${infer R}`
? `${SnakeToCamelCase<P>}${Capitalize<SnakeToCamelCase<R>>}`
: SnakeToCamelCase<S>
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free