API reference › @evolu/common › Type › constantCaseToKebabCase
function constantCaseToKebabCase(
value: string & Brand<"ConstantCaseIdentifier">,
): string & Brand<"KebabCaseIdentifier">;
Defined in: packages/common/src/Type.ts:6069
Converts a ConstantCaseIdentifier to a KebabCaseIdentifier.
Converts HTTP2_PORT to http2-port. Use kebabCaseToConstantCase to
recover the original spelling.