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