API reference › @evolu/common › Type › kebabCaseToCamelCase
function kebabCaseToCamelCase(
value: string & Brand<"KebabCaseIdentifier">,
): string & Brand<"CamelCaseIdentifier">;
Defined in: packages/common/src/Type.ts:5951
Converts a KebabCaseIdentifier to a CamelCaseIdentifier.
Converts http2-port to http2Port. Use camelCaseToKebabCase to
recover the original spelling.