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