API reference › @evolu/common › Type › kebabCaseToPascalCase
function kebabCaseToPascalCase(
value: string & Brand<"KebabCaseIdentifier">,
): string & Brand<"PascalCaseIdentifier">;
Defined in: packages/common/src/Type.ts:5963
Converts a KebabCaseIdentifier to a PascalCaseIdentifier.
Converts http2-port to Http2Port. Use pascalCaseToKebabCase to
recover the original spelling.