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