questions/00612-medium-kebabcase/README.md
Replace the camelCase or PascalCase string with kebab-case.
FooBarBaz -> foo-bar-baz
For example
type FooBarBaz = KebabCase<"FooBarBaz">
const foobarbaz: FooBarBaz = "foo-bar-baz"
type DoNothing = KebabCase<"do-nothing">
const doNothing: DoNothing = "do-nothing"
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/612/answer" target="_blank"></a> <a href="https://tsch.js.org/612/solutions" target="_blank"></a> <hr><h3>Related Challenges</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00114-hard-camelcase/README.md" target="_blank"></a> <!--info-footer-end-->