questions/00612-medium-kebabcase/README.ko.md
camelCase나 PascalCase를 kebab-case 문자열로 수정하세요.
FooBarBaz -> foo-bar-baz
예시:
type FooBarBaz = KebabCase<"FooBarBaz">
const foobarbaz: FooBarBaz = "foo-bar-baz"
type DoNothing = KebabCase<"do-nothing">
const doNothing: DoNothing = "do-nothing"
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/612/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/612/solutions" target="_blank"></a> <hr><h3>관련된 문제들</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00114-hard-camelcase/README.md" target="_blank"></a> <!--info-footer-end-->