API reference › @evolu/common › Type › snakeCaseToKebabCase
function snakeCaseToKebabCase(
value: string & Brand<"SnakeCaseIdentifier">,
): string & Brand<"KebabCaseIdentifier">;
Defined in: packages/common/src/Type.ts:5927
Converts a SnakeCaseIdentifier to a KebabCaseIdentifier.
Converts http2_port to http2-port. Use kebabCaseToSnakeCase to
recover the original spelling.